[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / 9 / 5 / MapBox / 1.0.2 / MapBox.podspec.json
blob262c5b04f79b432a8c8818112dea3bfdbf86578e
2   "name": "MapBox",
3   "version": "1.0.2",
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/mapbox-ios-sdk",
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.0.2"
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   "resources": "Resources/MapBox.bundle",
27   "documentation_url": "https://www.mapbox.com/mapbox-ios-sdk/api/",
28   "frameworks": [
29     "CoreGraphics",
30     "CoreLocation",
31     "Foundation",
32     "QuartzCore",
33     "UIKit"
34   ],
35   "libraries": [
36     "Proj4",
37     "sqlite3",
38     "z"
39   ],
40   "xcconfig": {
41     "OTHER_LDFLAGS": "-ObjC",
42     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/MapBox/Proj4\""
43   },
44   "preserve_paths": [
45     "Proj4/libProj4.a",
46     "MapView/MapView.xcodeproj",
47     "MapView/Map/Resources"
48   ],
49   "dependencies": {
50     "FMDB": [
51       "2.0"
52     ],
53     "GRMustache": [
54       "5.4.3"
55     ],
56     "SMCalloutView": [
57       "1.1"
58     ]
59   },
60   "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"