blob: 4b0a8c99958784df37873a56214b86228b65783d [file] [log] [blame]
{
"name": "Mapbox-iOS-SDK",
"version": "1.6.1",
"summary": "An open source toolset for building mapping applications for iOS devices.",
"description": "An open source toolset for building mapping applications for iOS devices with great flexibility for visual styling, offline use, and customizability.",
"homepage": "https://mapbox.com/mapbox-ios-sdk",
"license": "BSD",
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"screenshots": "https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png",
"social_media_url": "https://twitter.com/Mapbox",
"source": {
"git": "https://github.com/mapbox/mapbox-ios-sdk.git",
"tag": "1.6.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"module_name": "Mapbox_iOS_SDK",
"source_files": [
"Proj4/proj_api.h",
"MapView/Map/*.{h,c,m}"
],
"prefix_header_file": "MapView/MapView_Prefix.pch",
"public_header_files": [
"MapView/Map/Mapbox.h",
"MapView/Map/RMAnnotation.h",
"MapView/Map/RMCacheObject.h",
"MapView/Map/RMCircle.h",
"MapView/Map/RMCircleAnnotation.h",
"MapView/Map/RMCompositeSource.h",
"MapView/Map/RMConfiguration.h",
"MapView/Map/RMCoordinateGridSource.h",
"MapView/Map/RMDatabaseCache.h",
"MapView/Map/RMGreatCircleAnnotation.h",
"MapView/Map/RMInteractiveSource.h",
"MapView/Map/RMMBTilesSource.h",
"MapView/Map/RMMapboxSource.h",
"MapView/Map/RMMapView.h",
"MapView/Map/RMMapViewDelegate.h",
"MapView/Map/RMMarker.h",
"MapView/Map/RMMemoryCache.h",
"MapView/Map/RMPointAnnotation.h",
"MapView/Map/RMPolygonAnnotation.h",
"MapView/Map/RMPolylineAnnotation.h",
"MapView/Map/RMShape.h",
"MapView/Map/RMStaticMapView.h",
"MapView/Map/RMTileCache.h",
"MapView/Map/RMTileMillSource.h",
"MapView/Map/RMUserLocation.h",
"MapView/Map/RMUserTrackingBarButtonItem.h"
],
"resource_bundles": {
"Mapbox": "MapView/Map/Resources/*"
},
"documentation_url": "https://www.mapbox.com/mapbox-ios-sdk",
"frameworks": [
"CoreGraphics",
"CoreLocation",
"Foundation",
"QuartzCore",
"UIKit"
],
"libraries": [
"Proj4",
"sqlite3",
"z"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/Mapbox-iOS-SDK/Proj4\""
},
"preserve_paths": [
"MapView/MapView.xcodeproj",
"MapView/Map/Resources"
],
"vendored_libraries": "Proj4/libProj4.a",
"dependencies": {
"FMDB": [
"2.3"
],
"GRMustache": [
"7.3.0"
],
"SMCalloutView": [
"2.0"
]
}
}