[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / e / MapboxVisionAR / 0.2.1 / MapboxVisionAR.podspec.json
blob16ab389e3de2525d6043474e34c388203be64e77
2   "name": "MapboxVisionAR",
3   "version": "0.2.1",
4   "summary": "Easy to use AR Navigation",
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-ar-ios.git",
20     "tag": "v0.2.1"
21   },
22   "source_files": "MapboxVisionAR/**/*.{swift,h,metal}",
23   "resources": [
24     "MapboxVisionAR/Models/*",
25     "Resources/*"
26   ],
27   "requires_arc": true,
28   "swift_version": "4.1",
29   "dependencies": {
30     "MapboxVision": [
31       "= 0.2.1"
32     ],
33     "MapboxCoreNavigation": [
34       "~> 0.29.0"
35     ]
36   }