Commit 1d154e86 authored by Deployer's avatar Deployer

Fixed Pod file issue

parent fc1b7763
......@@ -9,11 +9,7 @@
Pod::Spec.new do |s|
s.name = "CedarMaps"
<<<<<<< HEAD
s.version = "0.1.5"
=======
s.version = "0.1.6"
>>>>>>> 1766494c026571b2a14d94b96c70b5601f0d23a9
s.summary = "Cedar Studio iOS SDK"
s.description = "Cedar Studio should write something to introduce their Pod."
s.homepage = "http://cedar.ir"
......@@ -31,5 +27,5 @@ Pod::Spec.new do |s|
s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit'
s.dependency 'Mapbox-iOS-SDK', '~> 1.6.1'
s.dependency 'Mapbox-iOS-SDK', '1.6.0'
end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment