[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 8 / b / MapboxNavigation / 0.30.0 / MapboxNavigation.podspec.json
blobc353da491219eda32bd17488690e8678e305211e
2   "name": "MapboxNavigation",
3   "version": "0.30.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://docs.mapbox.com/ios/navigation/",
7   "documentation_url": "https://docs.mapbox.com/ios/api/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.30.0"
22   },
23   "source_files": "MapboxNavigation/**/*.{h,m,swift}",
24   "resources": [
25     "MapboxNavigation/Resources/*/*",
26     "MapboxNavigation/Resources/*"
27   ],
28   "requires_arc": true,
29   "module_name": "MapboxNavigation",
30   "dependencies": {
31     "MapboxCoreNavigation": [
32       "0.30.0"
33     ],
34     "Mapbox-iOS-SDK": [
35       "~> 4.3"
36     ],
37     "Solar": [
38       "~> 2.1"
39     ],
40     "MapboxSpeech": [
41       "~> 0.1.0"
42     ]
43   },
44   "swift_version": "4.0"