Added iOS 9 support
Showing
CedarMap.podspec
deleted
100644 → 0
# | ||
# Be sure to run `pod lib lint CedarMap.podspec' to ensure this is a | ||
# valid spec and remove all comments before submitting the spec. | ||
# | ||
# Any lines starting with a # are optional, but encouraged | ||
# | ||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | ||
# | ||
Pod::Spec.new do |s| | ||
s.name = "CedarMap" | ||
s.version = "0.1.0" | ||
s.summary = "Cedar Studio iOS SDK" | ||
s.description = "Cedar Studio should write something to introduce their Pod." | ||
s.homepage = "http://cedar.ir" | ||
s.license = 'MIT' | ||
s.author = { "Emad A." => "emad310@gmail.com" } | ||
s.source = { :git => "http://gitlab.cedar.ir/cedar.studios/cedarmaps-sdk-ios.git", :tag => s.version.to_s } | ||
s.platform = :ios, '7.0' | ||
s.requires_arc = true | ||
s.source_files = 'Pod/Classes' | ||
s.resource_bundles = { | ||
'CedarMap' => ['Pod/Assets/*.png'] | ||
} | ||
s.public_header_files = 'Pod/Classes/**/*.h' | ||
s.frameworks = 'UIKit' | ||
s.dependency 'Mapbox-iOS-SDK', '~> 1.5.0' | ||
end |
... | ... | @@ -15,9 +15,9 @@ Pod::Spec.new do |s| |
s.homepage = "http://cedar.ir" | ||
s.license = 'MIT' | ||
s.author = { "Emad A." => "emad310@gmail.com" } | ||
s.source = { :git => "http://gitlab.cedar.ir/cedar.studios/cedarmaps-sdk-ios.git", :tag => s.version.to_s } | ||
s.source = { :git => "http://gitlab.cedar.ir/cedar.studios/cedarmaps-sdk-ios-public.git", :tag => s.version.to_s } | ||
s.platform = :ios, '7.0' | ||
s.platform = :ios, '7.1' | ||
s.requires_arc = true | ||
s.source_files = 'Pod/Classes' | ||
... | ... | @@ -27,5 +27,5 @@ Pod::Spec.new do |s| |
s.public_header_files = 'Pod/Classes/**/*.h' | ||
s.frameworks = 'UIKit' | ||
s.dependency 'Mapbox-iOS-SDK', '~> 1.5.0' | ||
s.dependency 'Mapbox-iOS-SDK', '~> 1.6.1' | ||
end | ||
\ No newline at end of file |
This diff is collapsed.
This diff is collapsed.
23 KB
2.66 KB
2.98 KB
8.71 KB
5.55 KB
3.23 KB
4.63 KB
3.25 KB
4.49 KB
2.82 KB
3.87 KB
3.07 KB
4.32 KB
2.95 KB
4.16 KB
3.31 KB
4.68 KB
3.41 KB
4.64 KB
This diff is collapsed.