blob: 5fa536100c833b77b27922e5755efe4547a5f0d5 [file] [log] [blame]
{
"name": "FlightmapNavigation",
"version": "1.0.0",
"summary": "Complete turn-by-turn navigation interface for iOS.",
"description": "The Flightmap Navigation SDK for iOS is a drop-in interface for turn-by-turn navigation along a route, complete with a well-designed map and easy-to-understand spoken directions.",
"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": "MapboxNavigation/**/*.{h,m,swift}",
"resources": [
"MapboxNavigation/Resources/*/*",
"MapboxNavigation/Resources/*"
],
"requires_arc": true,
"module_name": "MapboxNavigation",
"dependencies": {
"FlightmapCoreNavigation": [
],
"Flightmap-SDK-iOS": [
],
"Solar": [
"~> 2.1"
],
"MapboxSpeech": [
"~> 0.3.0"
],
"MapboxMobileEvents": [
"0.10.2"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}