Updated mapbox to version 3.3. Added Swift example
Showing
... | ... | @@ -8,24 +8,19 @@ |
# | ||
Pod::Spec.new do |s| | ||
s.name = "CedarMaps" | ||
s.version = "0.1.6" | ||
s.summary = "Cedar Studio iOS SDK" | ||
s.description = "Cedar Studio should write something to introduce their Pod." | ||
s.homepage = "http://cedar.ir" | ||
s.name = 'CedarMaps' | ||
s.version = '1.0.0' | ||
s.cocoapods_version = '>= 0.36' | ||
s.license = 'MIT' | ||
s.author = { "Emad A." => "emad310@gmail.com" } | ||
s.source = { :git => "http://gitlab.cedar.ir/cedar.studios/cedarmaps-sdk-ios-public.git", :tag => s.version.to_s } | ||
s.platform = :ios, '7.1' | ||
s.requires_arc = true | ||
s.homepage = 'https://www.kikojas.com/about-cedarmaps' | ||
s.authors = { 'Emad A.' => 'emad310@gmail.com', 'Saeed T' => 'saeed.taheri@gmail.com' } | ||
s.summary = 'CedarMaps iOS SDK' | ||
s.source = { :git => 'http://gitlab.cedar.ir/cedar.studios/cedarmaps-sdk-ios-public.git', :tag => s.version.to_s } | ||
s.source_files = 'Pod/Classes' | ||
s.resource_bundles = { | ||
'CedarMap' => ['Pod/Assets/*.png'] | ||
} | ||
s.framework = 'UIKit' | ||
s.platform = :ios, '8.0' | ||
s.requires_arc = true | ||
s.resource_bundles = { 'CedarMap' => ['Pod/Assets/*.png' ] } | ||
s.public_header_files = 'Pod/Classes/**/*.h' | ||
s.frameworks = 'UIKit' | ||
s.dependency 'Mapbox-iOS-SDK', '1.6.0' | ||
s.dependency 'Mapbox-iOS-SDK', '~> 3.3.4' | ||
end | ||
\ No newline at end of file |
Example/Podfile
deleted
100644 → 0
Example/Podfile.lock
deleted
100644 → 0
This diff is collapsed.
File moved
This diff is collapsed.
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Example_ObjectiveC/Podfile
0 → 100644
This diff is collapsed.
23 KB
2.66 KB
2.98 KB
8.71 KB
5.55 KB
4.99 KB
7.32 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.
Example_Swift/Podfile
0 → 100644
Pod/Classes/CSMapKit.m
0 → 100644
This diff is collapsed.