[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 5 / 9 / Mapbox-iOS-SDK / 1.2.0 / Mapbox-iOS-SDK.podspec.json
blobce2e6d283f78bbfc86ace1dea285627207a6d9d2
2   "name": "Mapbox-iOS-SDK",
3   "version": "1.2.0",
4   "summary": "An open source toolset for building mapping applications for iOS devices.",
5   "description": "An open source toolset for building mapping applications for iOS devices with great flexibility for visual styling, offline use, and customizability.",
6   "homepage": "http://mapbox.com/mapbox-ios-sdk",
7   "license": "BSD",
8   "authors": {
9     "Mapbox": "mobile@mapbox.com"
10   },
11   "screenshots": "https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png",
12   "source": {
13     "git": "https://github.com/mapbox/mapbox-ios-sdk.git",
14     "tag": "1.2.0"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": [
20     "Proj4/*.h",
21     "MapView/Map/*.{h,c,m}"
22   ],
23   "requires_arc": true,
24   "prefix_header_file": "MapView/MapView_Prefix.pch",
25   "resource_bundles": {
26     "Mapbox": "MapView/Map/Resources/*"
27   },
28   "documentation_url": "https://www.mapbox.com/mapbox-ios-sdk",
29   "frameworks": [
30     "CoreGraphics",
31     "CoreLocation",
32     "Foundation",
33     "QuartzCore",
34     "UIKit"
35   ],
36   "libraries": [
37     "Proj4",
38     "sqlite3",
39     "z"
40   ],
41   "xcconfig": {
42     "OTHER_LDFLAGS": "-ObjC",
43     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/Mapbox/Proj4\""
44   },
45   "preserve_paths": [
46     "MapView/MapView.xcodeproj",
47     "MapView/Map/Resources"
48   ],
49   "vendored_libraries": "Proj4/libProj4.a",
50   "dependencies": {
51     "FMDB": [
52       "2.3"
53     ],
54     "GRMustache": [
55       "6.8.3"
56     ],
57     "SMCalloutView": [
58       "2.0"
59     ]
60   }