blob: 46de17d988872d459ead262944782cb0a37326e9 [file] [log] [blame]
{
"name": "MapboxCoreNavigation",
"version": "0.29.1",
"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://docs.mapbox.com/ios/navigation/",
"documentation_url": "https://docs.mapbox.com/ios/api/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.29.1"
},
"source_files": "MapboxCoreNavigation",
"requires_arc": true,
"module_name": "MapboxCoreNavigation",
"dependencies": {
"MapboxNavigationNative": [
"~> 5.0.0"
],
"MapboxDirections.swift": [
"~> 0.27.0"
],
"MapboxMobileEvents": [
"~> 0.8.1"
],
"Turf": [
"~> 0.3.0"
]
},
"swift_version": "4.0"
}