[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / f / a / MapboxDirections.swift / 0.9.1 / MapboxDirections.swift.podspec.json
blobc1b1741393a917973a28e18dc573d8fae3ef8891
2   "name": "MapboxDirections.swift",
3   "version": "0.9.1",
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   "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": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/mapbox/MapboxDirections.swift.git",
23     "tag": "v0.9.1"
24   },
25   "source_files": "MapboxDirections",
26   "requires_arc": true,
27   "module_name": "MapboxDirections",
28   "dependencies": {
29     "Polyline": [
30       "~> 4.1"
31     ]
32   },
33   "pushed_with_swift_version": "3.0",
34   "deprecated_in_favor_of": "MapboxDirections"