[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 5 / MapboxGL / 0.5.1 / MapboxGL.podspec.json
blobf539b3f83dd39a9ff6b5c0af48cbd6fa1312b75f
2   "name": "MapboxGL",
3   "version": "0.5.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/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   "documentation_url": "https://www.mapbox.com/mapbox-gl-ios",
14   "source": {
15     "http": "http://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-gl-ios-0.5.1.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     "MapboxGL": "MapboxGL.bundle/*"
29   },
30   "vendored_libraries": "libMapboxGL.a",
31   "frameworks": [
32     "CoreLocation",
33     "CoreTelephony",
34     "GLKit",
35     "ImageIO",
36     "MobileCoreServices",
37     "QuartzCore",
38     "SystemConfiguration"
39   ],
40   "libraries": [
41     "c++",
42     "sqlite3",
43     "z"
44   ],
45   "xcconfig": {
46     "OTHER_CPLUSPLUSFLAGS": "-std=gnu++11 -stdlib=libc++",
47     "OTHER_LDFLAGS": "-ObjC"
48   }