blob: c156e1f1fe25232689a5d5a316aa094b77524256 [file] [log] [blame]
{
"name": "MapboxCoreNavigation",
"version": "0.38.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": "10.0"
},
"source": {
"git": "https://github.com/mapbox/mapbox-navigation-ios.git",
"tag": "v0.38.1"
},
"source_files": "MapboxCoreNavigation",
"requires_arc": true,
"module_name": "MapboxCoreNavigation",
"dependencies": {
"MapboxNavigationNative": [
"~> 6.2.1"
],
"MapboxDirections.swift": [
"~> 0.30.0"
],
"MapboxMobileEvents": [
"~> 0.9.5"
],
"Turf": [
"~> 0.3.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}