blob: b660255e695804f6c4d8a114212cc2d9a64fba17 [file] [log] [blame]
{
"name": "MapboxCoreNavigation",
"version": "0.20.0",
"summary": "Core components for turn-by-turn navigation on iOS.",
"description": "Mapbox 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 Mapbox Navigation SDK for iOS (MapboxNavigation).",
"homepage": "https://www.mapbox.com/ios-sdk/navigation/",
"documentation_url": "https://www.mapbox.com/mapbox-navigation-ios/navigation/",
"license": {
"type": "ISC",
"file": "LICENSE.md"
},
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"social_media_url": "https://twitter.com/mapbox",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mapbox/mapbox-navigation-ios.git",
"tag": "v0.20.0"
},
"source_files": "MapboxCoreNavigation",
"requires_arc": true,
"module_name": "MapboxCoreNavigation",
"dependencies": {
"MapboxDirections.swift": [
"~> 0.22.0"
],
"MapboxMobileEvents": [
"~> 0.4"
],
"Turf": [
"~> 0.2"
]
},
"swift_version": "4.0"
}