blob: 5ed1872beab9af82da5e12a0d1783fa43efcecfc [file] [log] [blame]
{
"name": "Mapbox-iOS-SDK",
"version": "2.1.0",
"summary": "Open source vector map solution for iOS with full styling capabilities.",
"description": "Open source OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa bindings.",
"homepage": "https://www.mapbox.com/ios-sdk/",
"license": "BSD",
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"screenshots": "https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png",
"social_media_url": "https://twitter.com/mapbox",
"documentation_url": "https://www.mapbox.com/ios-sdk/",
"source": {
"http": "http://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-2.1.0.zip",
"flatten": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"preserve_paths": "**",
"source_files": [
"Headers/*.h",
"MGLDummy.m"
],
"resource_bundles": {
"Mapbox": "Mapbox.bundle/*"
},
"vendored_libraries": "libMapbox.a",
"module_name": "Mapbox",
"frameworks": [
"CoreLocation",
"CoreTelephony",
"GLKit",
"ImageIO",
"MobileCoreServices",
"QuartzCore",
"SystemConfiguration"
],
"libraries": [
"c++",
"sqlite3",
"z"
],
"xcconfig": {
"OTHER_CPLUSPLUSFLAGS": "-std=gnu++11 -stdlib=libc++",
"OTHER_LDFLAGS": "-ObjC"
}
}