Initial Import of Cedarmaps iOS SDK
parents
Showing
.travis.yml
0 → 100644
CedarMap.podspec
0 → 100644
# | ||
# 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 |
This diff is collapsed.
23 KB
2.66 KB
2.98 KB
8.71 KB
5.55 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
Example/CedarMap/main.m
0 → 100644
Example/Podfile
0 → 100644
Example/Podfile.lock
0 → 100644
Example/Tests/Tests.m
0 → 100644
LICENSE
0 → 100644
Pod/Classes/CSMapSource.h
0 → 100644
Pod/Classes/CSMapSource.m
0 → 100644
This diff is collapsed.
Pod/Classes/CedarMap.h
0 → 100644
README.md
0 → 100644