blob: 4e49a1bd2cb42c97d401b2bbb0334f47f2fcbe9f [file] [log] [blame]
{
"name": "MapboxGL",
"version": "0.3.1",
"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/mapbox-gl-ios/",
"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/mapbox-gl-ios",
"source": {
"http": "http://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-gl-ios-0.3.1.zip",
"flatten": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"preserve_paths": "**",
"source_files": [
"Headers/*.h",
"MGLDummy.m"
],
"resource_bundles": {
"MapboxGL": "MapboxGL.bundle/*"
},
"vendored_libraries": "libMapboxGL.a",
"frameworks": [
"CoreLocation",
"CoreTelephony",
"GLKit",
"ImageIO",
"MobileCoreServices",
"QuartzCore",
"SystemConfiguration"
],
"libraries": [
"c++",
"sqlite3",
"z"
],
"xcconfig": {
"OTHER_CPLUSPLUSFLAGS": "-std=gnu++11 -stdlib=libc++"
}
}