[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / 9 / 5 / MapBox / 0.4.0 / MapBox.podspec.json
blob431fef9c9a5c239dd9e54eab788e1366213d7ba4
2   "name": "MapBox",
3   "version": "0.4.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   "source": {
13     "git": "https://github.com/mapbox/mapbox-ios-sdk.git",
14     "tag": "0.4.0"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": "MapView/Map/*.{h,c,m}",
20   "prefix_header_file": "MapView/MapView_Prefix.pch",
21   "resources": "MapView/Map/Resources/*",
22   "frameworks": "UIKit",
23   "libraries": "z",
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-ObjC"
26   },
27   "dependencies": {
28     "FMDB": [
29       "2.0"
30     ],
31     "GRMustache": [
32       "4.2.0"
33     ]
34   },
35   "requires_arc": false,
36   "subspecs": [
37     {
38       "name": "Proj4",
39       "platforms": {
40         "ios": "4.0"
41       },
42       "source_files": "Proj4/*.{h,c}",
43       "exclude_files": "Proj4/**/*nad2nad*"
44     }
45   ]