[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / f / a / MapboxDirections.swift / 0.27.3 / MapboxDirections.swift.podspec.json
blob36c017c30730fd5f0c1071b8212ada62a16954ae
2   "name": "MapboxDirections.swift",
3   "version": "0.27.3",
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/navigation/",
7   "documentation_url": "https://docs.mapbox.com/ios/api/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.27.3"
25   },
26   "source_files": [
27     "MapboxDirections",
28     "MapboxDirections/*/*"
29   ],
30   "requires_arc": true,
31   "module_name": "MapboxDirections",
32   "swift_versions": "4.0",
33   "dependencies": {
34     "Polyline": [
35       "~> 4.2"
36     ]
37   },
38   "deprecated_in_favor_of": "MapboxDirections",
39   "swift_version": "4.0"