[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / b / MapboxNavigation / 0.13.0 / MapboxNavigation.podspec.json
blob4c621b393e88104024916f4437c07758cc07f595
2   "name": "MapboxNavigation",
3   "version": "0.13.0",
4   "summary": "Complete turn-by-turn navigation interface for iOS.",
5   "description": "The Mapbox Navigation SDK for iOS is a drop-in interface for turn-by-turn navigation along a route, complete with a well-designed map and easy-to-understand spoken directions. Routes are powered by Mapbox Directions.",
6   "homepage": "https://www.mapbox.com/navigation-sdk/",
7   "documentation_url": "https://www.mapbox.com/mapbox-navigation-ios/navigation/",
8   "license": {
9     "type": "ISC",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Mapbox": "mobile@mapbox.com"
14   },
15   "social_media_url": "https://twitter.com/mapbox",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/mapbox/mapbox-navigation-ios.git",
21     "tag": "v0.13.0"
22   },
23   "source_files": [
24     "MapboxNavigation/*",
25     "MapboxCoreNavigation/{Date,Geometry,String}.swift"
26   ],
27   "resources": [
28     "MapboxNavigation/Resources/*/*",
29     "MapboxNavigation/Resources/*"
30   ],
31   "requires_arc": true,
32   "module_name": "MapboxNavigation",
33   "dependencies": {
34     "MapboxCoreNavigation": [
35       "0.13.0"
36     ],
37     "Mapbox-iOS-SDK": [
38       "~> 3.6"
39     ],
40     "SDWebImage": [
41       "~> 4.1"
42     ],
43     "AWSPolly": [
44       "~> 2.6"
45     ],
46     "Solar": [
47       "~> 2.1"
48     ],
49     "Turf": [
50       "~> 0.0.4"
51     ]
52   }