[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / 0 / MapboxVision / 0.2.2 / MapboxVision.podspec.json
blob0c49b0c91f1f61429fdd9d5fc77ab2177cd92511
2   "name": "MapboxVision",
3   "version": "0.2.2",
4   "summary": "ML empowered vision framework",
5   "homepage": "https://www.mapbox.com/vision/",
6   "license": {
7     "type": "CUSTOM",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Mapbox": "mobile@mapbox.com"
12   },
13   "social_media_url": "https://twitter.com/mapbox",
14   "documentation_url": "https://www.mapbox.com/vision/",
15   "platforms": {
16     "ios": "11.2"
17   },
18   "source": {
19     "git": "https://github.com/mapbox/mapbox-vision-ios.git",
20     "tag": "v0.2.2"
21   },
22   "source_files": "MapboxVision/**/*.{swift,h,metal}",
23   "resources": "Resources/Assets.xcassets",
24   "requires_arc": true,
25   "swift_version": "4.1",
26   "dependencies": {
27     "MapboxVisionCore": [
28       "~> 0.2.1"
29     ],
30     "Zip": [
31       "~> 1.1.0"
32     ],
33     "MapboxMobileEvents": [
34       "~> 0.8.1"
35     ]
36   }