[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 5 / 8 / b / MapboxNavigation / 0.4.0 / MapboxNavigation.podspec.json
blob365a212597c9b2536a3a98afd1e68b9c513673e1
2   "name": "MapboxNavigation",
3   "version": "0.4.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/directions/",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Mapbox": "mobile@mapbox.com"
13   },
14   "social_media_url": "https://twitter.com/mapbox",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/mapbox/mapbox-navigation-ios.git",
20     "tag": "v0.4.0"
21   },
22   "source_files": [
23     "MapboxNavigation/*",
24     "MapboxCoreNavigation/Geometry.swift"
25   ],
26   "resources": [
27     "MapboxNavigation/Resources/*/*",
28     "MapboxNavigation/Resources/*"
29   ],
30   "requires_arc": true,
31   "module_name": "MapboxNavigation",
32   "dependencies": {
33     "MapboxCoreNavigation": [
34       "0.4.0"
35     ],
36     "MapboxDirections.swift": [
37       "~> 0.9.0"
38     ],
39     "Mapbox-iOS-SDK": [
40       "~> 3.5"
41     ],
42     "OSRMTextInstructions": [
43       "~> 0.1.2"
44     ],
45     "Pulley": [
46       "~> 1.3"
47     ],
48     "SDWebImage": [
49       "~> 4.0"
50     ],
51     "AWSPolly": [
52       "~> 2.5"
53     ]
54   },
55   "pushed_with_swift_version": "3.0"