blob: 5a92f36a98d125bacd13c02a592bbf09bbd6c82a [file] [log] [blame]
{
"name": "MapboxCoreNavigation",
"version": "0.2.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://www.mapbox.com/directions/",
"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.2.1"
},
"source_files": "MapboxCoreNavigation",
"requires_arc": true,
"module_name": "MapboxCoreNavigation",
"dependencies": {
"MapboxDirections.swift": [
"~> 0.8.0"
],
"OSRMTextInstructions": [
"0.1.0"
]
},
"xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}