blob: 35dfff79bf7b46ef6db7b1aa2186ad9ac4ed89de [file] [log] [blame]
{
"name": "MapBox",
"version": "1.0.0",
"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/mapbox-ios-sdk",
"license": "BSD",
"authors": {
"MapBox": "ios@mapbox.com"
},
"screenshots": "https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png",
"source": {
"git": "https://github.com/mapbox/mapbox-ios-sdk.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Proj4/*.h",
"MapView/Map/*.{h,c,m}"
],
"requires_arc": true,
"prefix_header_file": "MapView/MapView_Prefix.pch",
"resources": "Resources/MapBox.bundle",
"documentation_url": "https://www.mapbox.com/mapbox-ios-sdk/api/",
"frameworks": [
"CoreGraphics",
"CoreLocation",
"Foundation",
"QuartzCore",
"UIKit"
],
"libraries": [
"Proj4",
"sqlite3",
"z"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/MapBox/Proj4\""
},
"preserve_paths": [
"Proj4/libProj4.a",
"MapView/MapView.xcodeproj",
"MapView/Map/Resources"
],
"dependencies": {
"FMDB": [
"2.0"
],
"GRMustache": [
"5.4.3"
],
"SMCalloutView": [
"1.1"
]
},
"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"
}