[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / c / 5 / MapboxDirections-pre / 2.11.0-rc.1 / MapboxDirections-pre.podspec.json
blob57d4a4568954155f570b4cdb6ff637b55409a698
2   "name": "MapboxDirections-pre",
3   "version": "2.11.0-rc.1",
4   "summary": "Mapbox Directions API wrapper for Swift.",
5   "description": "MapboxDirections 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": "12.0",
18     "osx": "10.14",
19     "watchos": "5.0",
20     "tvos": "12.0"
21   },
22   "source": {
23     "git": "https://github.com/mapbox/mapbox-directions-swift.git",
24     "tag": "v2.11.0-rc.1"
25   },
26   "source_files": [
27     "Sources/MapboxDirections",
28     "Sources/MapboxDirections/*/*"
29   ],
30   "requires_arc": true,
31   "module_name": "MapboxDirections",
32   "swift_versions": "5.5",
33   "dependencies": {
34     "Polyline": [
35       "~> 5.0"
36     ],
37     "Turf": [
38       "~> 2.6.1"
39     ]
40   },
41   "swift_version": "5.5"