blob: ef2d4797dd527ed0ed7a1b25717f07a234398438 [file] [log] [blame]
{
"name": "MapboxNavigation",
"version": "0.3.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/directions/",
"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.3.0"
},
"source_files": [
"MapboxNavigation/*",
"MapboxCoreNavigation/Geometry.swift"
],
"resources": [
"MapboxNavigation/Resources/*"
],
"requires_arc": true,
"module_name": "MapboxNavigation",
"dependencies": {
"MapboxCoreNavigation": [
"0.3.0"
],
"MapboxDirections.swift": [
"~> 0.9.0"
],
"Mapbox-iOS-SDK": [
"~> 3.5"
],
"OSRMTextInstructions": [
"~> 0.1.1"
],
"Pulley": [
"~> 1.3"
],
"SDWebImage": [
"~> 4.0"
],
"AWSPolly": [
"~> 2.5"
]
},
"pushed_with_swift_version": "3.0"
}