blob: 8d9a759750abc4859cb22df89aa420347fe2edfc [file] [log] [blame]
{
"name": "Mapbox-iOS-SDK",
"version": "3.0.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/ios-sdk/",
"license": {
"type": "BSD",
"file": "Mapbox.framework/LICENSE.md"
},
"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": "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/Mapbox.framework-3.0.1.zip",
"flatten": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"preserve_paths": "**",
"resource_bundles": {
"Mapbox": "Mapbox.framework/Mapbox.bundle/*"
},
"vendored_frameworks": "Mapbox.framework",
"module_name": "Mapbox",
"frameworks": [
"CoreLocation",
"GLKit",
"ImageIO",
"MobileCoreServices",
"QuartzCore",
"SystemConfiguration"
],
"libraries": [
"c++",
"sqlite3",
"z"
],
"pod_target_xcconfig": {
"OTHER_CPLUSPLUSFLAGS": "-std=gnu++11 -stdlib=libc++",
"OTHER_LDFLAGS": "-ObjC"
}
}