blob: 04f2a7d6f78d049a58ea20799f3f45d9a45adb00 [file] [log] [blame]
{
"name": "MapboxVision",
"version": "0.0.1-alpha.4.2",
"summary": "ML empowered vision framework",
"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/",
"platforms": {
"ios": "11.2"
},
"source": {
"git": "https://github.com/mapbox/mapbox-vision-ios.git",
"tag": "v0.0.1-alpha.4.2"
},
"source_files": "MapboxVision/**/*.{swift,h,metal}",
"resources": "Resources/Assets.xcassets",
"requires_arc": true,
"swift_version": "4.1",
"dependencies": {
"MapboxVisionCore": [
"= 0.0.1-alpha.4"
],
"Zip": [
"~> 1.1.0"
],
"MapboxMobileEvents": [
"~> 0.6.0"
]
}
}