blob: eba77a80babe056870f91bd5b8ddbda6ee6775f5 [file] [log] [blame]
{
"name": "MapboxNavigation",
"version": "0.32.0",
"summary": "Complete turn-by-turn navigation interface for iOS.",
"description": "The Mapbox Navigation SDK for iOS is a drop-in interface for turn-by-turn navigation along a route, complete with a well-designed map and easy-to-understand spoken directions. Routes are powered by Mapbox Directions.",
"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.32.0"
},
"source_files": "MapboxNavigation/**/*.{h,m,swift}",
"resources": [
"MapboxNavigation/Resources/*/*",
"MapboxNavigation/Resources/*"
],
"requires_arc": true,
"module_name": "MapboxNavigation",
"dependencies": {
"MapboxCoreNavigation": [
"0.32.0"
],
"Mapbox-iOS-SDK": [
"~> 4.3"
],
"Solar": [
"~> 2.1"
],
"MapboxSpeech": [
"~> 0.1.0"
]
},
"swift_version": "4.2"
}