[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 8 / b / MapboxNavigation / 0.2.1 / MapboxNavigation.podspec.json
blobcec352373a52e89f5e196c9510d0dc4ab4efc65f
2   "name": "MapboxNavigation",
3   "version": "0.2.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/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.2.1"
21   },
22   "source_files": [
23     "MapboxNavigation/*",
24     "MapboxCoreNavigation/Geometry.swift"
25   ],
26   "resources": [
27     "MapboxNavigation/Resources/*"
28   ],
29   "requires_arc": true,
30   "module_name": "MapboxNavigation",
31   "dependencies": {
32     "MapboxCoreNavigation": [
34     ],
35     "MapboxDirections.swift": [
36       "~> 0.8.0"
37     ],
38     "Mapbox-iOS-SDK": [
39       "~> 3.5"
40     ],
41     "OSRMTextInstructions": [
42       "0.1.0"
43     ],
44     "Pulley": [
45       "~> 1.3"
46     ],
47     "SDWebImage": [
48       "~> 4.0"
49     ],
50     "AWSPolly": [
51       "~> 2.5"
52     ]
53   },
54   "xcconfig": {
55     "SWIFT_VERSION": "3.0"
56   },
57   "pushed_with_swift_version": "3.0"