Commit 1d154e86 authored by Deployer's avatar Deployer

Fixed Pod file issue

parent fc1b7763
...@@ -9,11 +9,7 @@ ...@@ -9,11 +9,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "CedarMaps" s.name = "CedarMaps"
<<<<<<< HEAD
s.version = "0.1.5"
=======
s.version = "0.1.6" s.version = "0.1.6"
>>>>>>> 1766494c026571b2a14d94b96c70b5601f0d23a9
s.summary = "Cedar Studio iOS SDK" s.summary = "Cedar Studio iOS SDK"
s.description = "Cedar Studio should write something to introduce their Pod." s.description = "Cedar Studio should write something to introduce their Pod."
s.homepage = "http://cedar.ir" s.homepage = "http://cedar.ir"
...@@ -31,5 +27,5 @@ Pod::Spec.new do |s| ...@@ -31,5 +27,5 @@ Pod::Spec.new do |s|
s.public_header_files = 'Pod/Classes/**/*.h' s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit' s.frameworks = 'UIKit'
s.dependency 'Mapbox-iOS-SDK', '~> 1.6.1' s.dependency 'Mapbox-iOS-SDK', '1.6.0'
end 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