blob: 305310dfc77d84279082618df86e657ddf6176e6 [file] [log] [blame]
{
"name": "OSRMTextInstructions",
"version": "0.1.0",
"summary": "Transforms OSRM route reponses into human-readable instructions.",
"description": "OSRMTextInstructions transforms OSRM route responses into localized, human-readable turn-by-turn instructions. Primarily intended for use with MapboxDirections.swift.",
"homepage": "http://project-osrm.org/",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Mapbox": "mobile@mapbox.com"
},
"social_media_url": "https://twitter.com/mapbox",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Project-OSRM/osrm-text-instructions.swift.git",
"tag": "v0.1.0"
},
"resources": [
"OSRMTextInstructions/*.lproj/*.plist"
],
"source_files": "OSRMTextInstructions",
"requires_arc": true,
"module_name": "OSRMTextInstructions",
"dependencies": {
"MapboxDirections.swift": [
]
},
"prepare_command": "./json2plist.sh",
"xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}