forked from mapbox/mbxmapkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMBXMapKit.podspec
28 lines (18 loc) · 904 Bytes
/
MBXMapKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod::Spec.new do |m|
m.name = 'MBXMapKit'
m.version = '0.8.0'
m.deprecated_in_favor_of = 'Mapbox-iOS-SDK'
m.summary = 'Lightweight Mapbox integration with MapKit on iOS.'
m.description = 'Lightweight Mapbox integration with MapKit on iOS for custom map styles and complete offline control.'
m.homepage = 'https://www.mapbox.com/mbxmapkit/'
m.license = 'BSD'
m.author = { 'Mapbox' => '[email protected]' }
m.screenshot = 'https://raw.githubusercontent.com/mapbox/mbxmapkit/packaging/screenshot.png'
m.social_media_url = 'https://twitter.com/Mapbox'
m.source = { :git => 'https://github.com/mapbox/mbxmapkit.git', :tag => m.version.to_s }
m.ios.deployment_target = '7.0'
m.source_files = 'MBXMapKit/*.{h,m}'
m.requires_arc = true
m.documentation_url = 'https://www.mapbox.com/mbxmapkit/'
m.library = 'sqlite3'
end