[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / 5 / MapBox / 1.1.0 / MapBox.podspec.json
blobdc501f0a64c86e9f879d25f5d08ae5ed883c1842
2   "name": "MapBox",
3   "version": "1.1.0",
4   "deprecated_in_favor_of": "Mapbox-iOS-SDK",
5   "summary": "Open source alternative to MapKit.",
6   "description": "Open source alternative to MapKit supporting custom tile sources, offline use, and complete cache control.",
7   "homepage": "http://mapbox.com/mobile",
8   "license": "BSD",
9   "authors": {
10     "MapBox": "ios@mapbox.com"
11   },
12   "screenshots": "https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png",
13   "source": {
14     "git": "https://github.com/mapbox/mapbox-ios-sdk.git",
15     "tag": "1.1.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "Proj4/*.h",
22     "MapView/Map/*.{h,c,m}"
23   ],
24   "requires_arc": true,
25   "prefix_header_file": "MapView/MapView_Prefix.pch",
26   "prepare_command": "      xcodebuild -project MapView/MapView.xcodeproj -target Resources CONFIGURATION_BUILD_DIR=../Resources 2>&1 > /dev/null\n",
27   "resources": "Resources/Mapbox.bundle",
28   "documentation_url": "https://www.mapbox.com/mapbox-ios-sdk/api/",
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     "Proj4/libProj4.a",
47     "MapView/MapView.xcodeproj",
48     "MapView/Map/Resources"
49   ],
50   "dependencies": {
51     "FMDB": [
52       "2.0"
53     ],
54     "GRMustache": [
55       "6.8.3"
56     ],
57     "SMCalloutView": [
58       "1.1"
59     ]
60   }