[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 5 / 9 / Mapbox-iOS-SDK / 3.0.1 / Mapbox-iOS-SDK.podspec.json
blob8d9a759750abc4859cb22df89aa420347fe2edfc
2   "name": "Mapbox-iOS-SDK",
3   "version": "3.0.1",
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": {
8     "type": "BSD",
9     "file": "Mapbox.framework/LICENSE.md"
10   },
11   "authors": {
12     "Mapbox": "mobile@mapbox.com"
13   },
14   "screenshots": "https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png",
15   "social_media_url": "https://twitter.com/mapbox",
16   "documentation_url": "https://www.mapbox.com/ios-sdk/",
17   "source": {
18     "http": "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/Mapbox.framework-3.0.1.zip",
19     "flatten": true
20   },
21   "platforms": {
22     "ios": "7.0"
23   },
24   "requires_arc": true,
25   "preserve_paths": "**",
26   "resource_bundles": {
27     "Mapbox": "Mapbox.framework/Mapbox.bundle/*"
28   },
29   "vendored_frameworks": "Mapbox.framework",
30   "module_name": "Mapbox",
31   "frameworks": [
32     "CoreLocation",
33     "GLKit",
34     "ImageIO",
35     "MobileCoreServices",
36     "QuartzCore",
37     "SystemConfiguration"
38   ],
39   "libraries": [
40     "c++",
41     "sqlite3",
42     "z"
43   ],
44   "pod_target_xcconfig": {
45     "OTHER_CPLUSPLUSFLAGS": "-std=gnu++11 -stdlib=libc++",
46     "OTHER_LDFLAGS": "-ObjC"
47   }