blob: 58501f00902c2a8d0184c7e4da7b5d12081fcc32 [file] [log] [blame]
{
"name": "FlightmapCoreNavigation",
"version": "1.0.2",
"summary": "Core components for turn-by-turn navigation on iOS.",
"description": "Flightmap Core Navigation provides the core spatial and timing logic for turn-by-turn navigation along a route. For a complete turn-by-turn navigation interface, use the Flightmap Navigation SDK for iOS (MapboxNavigation).",
"homepage": "https://app.flightmap.io",
"documentation_url": "https://github.com/Jungle-Works/Flightmap-Navigation-demo-iOS",
"license": {
"type": "ISC",
"file": "LICENSE.md"
},
"authors": "Jungleworks",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://git.clicklabs.in/jungleworks/Flightmap-NaivgationSDK-iOS",
"tag": "v1.0.0"
},
"source_files": "MapboxCoreNavigation",
"requires_arc": true,
"module_name": "MapboxCoreNavigation",
"dependencies": {
"MapboxNavigationNative": [
"9.0.4"
],
"MapboxAccounts": [
],
"FlightmapDirections": [
],
"MapboxMobileEvents": [
"0.10.2"
],
"Turf": [
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}