blob: e51bf3796c7352edfdb4695889f9153318206444 [file] [log] [blame]
{
"name": "MapboxNavigation",
"version": "0.6.1",
"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.6.1"
},
"source_files": [
"MapboxNavigation/*",
"MapboxCoreNavigation/Geometry.swift"
],
"resources": [
"MapboxNavigation/Resources/*/*",
"MapboxNavigation/Resources/*"
],
"requires_arc": true,
"module_name": "MapboxNavigation",
"dependencies": {
"MapboxCoreNavigation": [
"0.6.1"
],
"MapboxDirections.swift": [
"0.10.1"
],
"Mapbox-iOS-SDK": [
"3.6.1"
],
"OSRMTextInstructions": [
"0.3.0"
],
"Pulley": [
"1.4"
],
"SDWebImage": [
"4.1.0"
],
"AWSPolly": [
"2.5.10"
]
},
"pushed_with_swift_version": "3.0"
}