blob: ac06a1bc5060f01adcbfe55d2fc8dbad51994a75 [file] [log] [blame]
{
"name": "MapboxCoreNavigation",
"version": "0.12.2",
"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/navigation-sdk/",
"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": "8.0"
},
"source": {
"git": "https://github.com/mapbox/mapbox-navigation-ios.git",
"tag": "v0.12.2"
},
"source_files": "MapboxCoreNavigation",
"requires_arc": true,
"module_name": "MapboxCoreNavigation",
"dependencies": {
"MapboxDirections.swift": [
"~> 0.15"
],
"MapboxMobileEvents": [
"~> 0.2"
],
"Turf": [
"~> 0.0.4"
]
}
}