blob: 03d8212556163587cc5151816866cc03764c3144 [file] [log] [blame]
{
"name": "MapboxNavigation",
"version": "0.12.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://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": "9.0"
},
"source": {
"git": "https://github.com/mapbox/mapbox-navigation-ios.git",
"tag": "v0.12.0"
},
"source_files": [
"MapboxNavigation/*",
"MapboxCoreNavigation/{Date,Geometry,String}.swift"
],
"resources": [
"MapboxNavigation/Resources/*/*",
"MapboxNavigation/Resources/*"
],
"requires_arc": true,
"module_name": "MapboxNavigation",
"dependencies": {
"MapboxCoreNavigation": [
"0.12.0"
],
"Mapbox-iOS-SDK": [
"~> 3.6"
],
"SDWebImage": [
"~> 4.1"
],
"AWSPolly": [
"~> 2.6"
],
"Solar": [
"~> 2.1"
],
"Turf": [
"~> 0.0.4"
]
},
"pushed_with_swift_version": "4.0"
}