[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / b / MapboxNavigation / 0.18.1 / MapboxNavigation.podspec.json
blobed5f0df11ee7cf8130c1cc5fc1586cfad6abd223
2   "name": "MapboxNavigation",
3   "version": "0.18.1",
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.18.1"
22   },
23   "source_files": [
24     "MapboxNavigation/**/*.{h,m,swift}",
25     "MapboxCoreNavigation/{Date,Sequence,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.18.1"
36     ],
37     "Mapbox-iOS-SDK": [
38       "~> 4.0"
39     ],
40     "Solar": [
41       "~> 2.1"
42     ],
43     "MapboxSpeech": [
44       "~> 0.0.1"
45     ]
46   },
47   "swift_version": "4.0"