Fixed Pod file issue
Showing
... | @@ -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 |
Please
register
or
sign in
to comment