[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / 5 / MapBox / 0.5.1 / MapBox.podspec.json
blob51aeffede380a282b8c5508407ec802f32893a00
2   "name": "MapBox",
3   "version": "0.5.1",
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   "source": {
13     "git": "https://github.com/mapbox/mapbox-ios-sdk.git",
14     "tag": "0.5.1"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": [
20     "Proj4/*.h",
21     "MapView/Map/*.{h,c,m}"
22   ],
23   "prefix_header_file": "MapView/MapView_Prefix.pch",
24   "frameworks": "UIKit",
25   "libraries": "z",
26   "xcconfig": {
27     "OTHER_LDFLAGS": "-ObjC",
28     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/MapBox/Proj4\""
29   },
30   "preserve_paths": [
31     "Proj4/libProj4.a",
32     "MapView/MapView.xcodeproj",
33     "MapView/Map/Resources"
34   ],
35   "dependencies": {
36     "FMDB": [
37       "2.0"
38     ],
39     "GRMustache": [
40       "5.4.3"
41     ],
42     "SMCalloutView": [
43       "1.0.1"
44     ]
45   },
46   "requires_arc": false,
47   "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"