[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 5 / MapboxGL / 0.3.0 / MapboxGL.podspec.json
blobd8fdd121d183f6231c53be6f39d933b1f56f7ec6
2   "name": "MapboxGL",
3   "version": "0.3.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/mapbox-gl-ios/",
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   "source": {
14     "http": "http://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-gl-ios-0.3.0.zip",
15     "flatten": true
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "preserve_paths": "**",
22   "source_files": [
23     "Headers/*.h",
24     "MGLDummy.m"
25   ],
26   "resource_bundles": {
27     "MapboxGL": "MapboxGL.bundle/*"
28   },
29   "vendored_libraries": "libMapboxGL.a",
30   "frameworks": [
31     "CoreLocation",
32     "CoreTelephony",
33     "GLKit",
34     "ImageIO",
35     "MobileCoreServices",
36     "QuartzCore",
37     "SystemConfiguration"
38   ],
39   "libraries": [
40     "c++",
41     "sqlite3",
42     "z"
43   ],
44   "xcconfig": {
45     "OTHER_CPLUSPLUSFLAGS": "-std=gnu++11 -stdlib=libc++"
46   }