[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / f / a / MapboxDirections.swift / 0.7.0 / MapboxDirections.swift.podspec.json
blob2228f68a88c63f9c4fdd8e5724b6e38f09c8beaf
2   "name": "MapboxDirections.swift",
3   "version": "0.7.0",
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.7.0"
24   },
25   "source_files": "MapboxDirections",
26   "requires_arc": true,
27   "module_name": "MapboxDirections",
28   "dependencies": {
29     "Polyline": [
30       "~> 3.3"
31     ]
32   },
33   "pushed_with_swift_version": "2.3",
34   "deprecated_in_favor_of": "MapboxDirections"