[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / 9 / Mapbox-iOS-SDK / 3.0.0 / Mapbox-iOS-SDK.podspec.json
blobb7e5224e34beba6c9b78d4349a0407db74f7e3d8
2   "name": "Mapbox-iOS-SDK",
3   "version": "3.0.0",
4   "summary": "Open source vector map solution for iOS with full styling capabilities.",
5   "description": "Open source OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa bindings.",
6   "homepage": "https://www.mapbox.com/ios-sdk/",
7   "license": "BSD",
8   "authors": {
9     "Mapbox": "mobile@mapbox.com"
10   },
11   "screenshots": "https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png",
12   "social_media_url": "https://twitter.com/mapbox",
13   "documentation_url": "https://www.mapbox.com/ios-sdk/",
14   "source": {
15     "http": "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-3.0.0.zip",
16     "flatten": true
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "preserve_paths": "**",
23   "source_files": [
24     "Headers/*.h",
25     "MGLDummy.m"
26   ],
27   "resource_bundles": {
28     "Mapbox": "Mapbox.bundle/*"
29   },
30   "vendored_libraries": "libMapbox.a",
31   "module_name": "Mapbox",
32   "frameworks": [
33     "CoreLocation",
34     "GLKit",
35     "ImageIO",
36     "MobileCoreServices",
37     "QuartzCore",
38     "SystemConfiguration"
39   ],
40   "libraries": [
41     "c++",
42     "sqlite3",
43     "z"
44   ],
45   "pod_target_xcconfig": {
46     "OTHER_CPLUSPLUSFLAGS": "-std=gnu++11 -stdlib=libc++",
47     "OTHER_LDFLAGS": "-ObjC"
48   }