blob: 2fb97cb25b41e47e763a6641975b800e9788459d [file] [log] [blame]
{
"name": "MapboxVisionCore",
"version": "0.0.1-alpha.4",
"summary": "Internal core framework for vision components",
"homepage": "https://www.mapbox.com/vision/",
"license": {
"type": "CUSTOM",
"file": "LICENSE.md"
},
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"social_media_url": "https://twitter.com/mapbox",
"documentation_url": "https://www.mapbox.com/vision/",
"source": {
"http": "https://s3.amazonaws.com/mapbox/vision/ios/MapboxVisionCore-0.0.1-alpha.4.zip"
},
"platforms": {
"ios": "11.2"
},
"ios": {
"vendored_frameworks": "MapboxVisionCore.framework"
},
"requires_arc": true,
"module_name": "MapboxVisionCore",
"preserve_paths": "**/*.bcsymbolmap",
"dependencies": {
"OpenCV": [
"~> 2.4.13.6"
]
}
}