[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / 9 / Mapbox-iOS-SDK / 2.1.2 / Mapbox-iOS-SDK.podspec.json
blobabd17e048549031291c7100e346669da5494baa6
2   "name": "Mapbox-iOS-SDK",
3   "version": "2.1.2",
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-2.1.2.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     "CoreTelephony",
35     "GLKit",
36     "ImageIO",
37     "MobileCoreServices",
38     "QuartzCore",
39     "SystemConfiguration"
40   ],
41   "libraries": [
42     "c++",
43     "sqlite3",
44     "z"
45   ],
46   "xcconfig": {
47     "OTHER_CPLUSPLUSFLAGS": "-std=gnu++11 -stdlib=libc++",
48     "OTHER_LDFLAGS": "-ObjC"
49   }