blob: 724bcb8ce2a9bcf2ae34e71207dd1627b4e55780 [file] [log] [blame]
{
"name": "MapBox",
"version": "0.4.1",
"deprecated_in_favor_of": "Mapbox-iOS-SDK",
"summary": "Open source alternative to MapKit.",
"description": "Open source alternative to MapKit supporting custom tile sources, offline use, and complete cache control.",
"homepage": "http://mapbox.com/mobile",
"license": "BSD",
"authors": {
"MapBox": "ios@mapbox.com"
},
"source": {
"git": "https://github.com/mapbox/mapbox-ios-sdk.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MapView/Map/*.{h,c,m}",
"prefix_header_file": "MapView/MapView_Prefix.pch",
"resources": "MapView/Map/Resources/*",
"frameworks": "UIKit",
"libraries": "z",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"dependencies": {
"FMDB": [
"2.0"
],
"GRMustache": [
"4.2.0"
]
},
"requires_arc": false,
"subspecs": [
{
"name": "Proj4",
"platforms": {
"ios": "4.0"
},
"source_files": "Proj4/*.{h,c}",
"exclude_files": "Proj4/**/*nad2nad*"
}
]
}