[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 4 / f / a / MapboxDirections.swift / 0.10.4 / MapboxDirections.swift.podspec.json
blob5ce36f32d61e394720752930ab9c4d6e4873e637
2   "name": "MapboxDirections.swift",
3   "version": "0.10.4",
4   "summary": "Mapbox Directions API wrapper for Swift and Objective-C.",
5   "description": "MapboxDirections.swift makes it easy to connect your iOS, macOS, tvOS, or watchOS application to the Mapbox Directions API. Quickly get driving, cycling, or walking directions, whether the trip is nonstop or it has multiple stopping points, all using a simple interface reminiscent of MapKitā€™s `MKDirections` API. The Mapbox Directions API is powered by the OSRM routing engine and open data from the OpenStreetMap project.",
6   "homepage": "https://www.mapbox.com/directions/",
7   "documentation_url": "https://www.mapbox.com/mapbox-navigation-ios/directions/",
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": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/mapbox/MapboxDirections.swift.git",
24     "tag": "v0.10.4"
25   },
26   "source_files": "MapboxDirections",
27   "requires_arc": true,
28   "module_name": "MapboxDirections",
29   "dependencies": {
30     "Polyline": [
31       "~> 4.1"
32     ]
33   },
34   "pushed_with_swift_version": "3.0",
35   "deprecated_in_favor_of": "MapboxDirections"