[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / 1 / FlightmapDirections / 1.0.0 / FlightmapDirections.podspec.json
blob59fe4bfbac00cdf2d1e57c4c1bf1ac96c55df641
2   "name": "FlightmapDirections",
3   "version": "1.0.0",
4   "summary": "Flightmap Directions API wrapper for Swift.",
5   "description": "FlightmapDirections makes it easy to connect your iOS 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://app.flightmap.io",
7   "documentation_url": "https://github.com/Jungle-Works/Flightmap-Navigation-demo-iOS",
8   "license": {
9     "type": "ISC",
10     "file": "LICENSE.md"
11   },
12   "authors": "Jungleworks",
13   "platforms": {
14     "ios": "10.0",
15     "osx": "10.12",
16     "watchos": "3.0",
17     "tvos": "10.0"
18   },
19   "source": {
20     "git": "https://git.clicklabs.in/jungleworks/Flightmap-DirectionsSDK-iOS",
21     "tag": "v1.0.0"
22   },
23   "source_files": [
24     "Sources/MapboxDirections",
25     "Sources/MapboxDirections/*/*"
26   ],
27   "requires_arc": true,
28   "module_name": "MapboxDirections",
29   "swift_versions": "5.0",
30   "dependencies": {
31     "Polyline": [
32       "~> 4.2"
33     ],
34     "Turf": [
35       "~> 0.5"
36     ]
37   },
38   "swift_version": "5.0"