blob: 061d1c9386d73439a284a884564bf1414e72a412 [file] [log] [blame]
{
"name": "OnTheRoad",
"version": "1.0.0",
"summary": "Request routes from Valhalla routing services, include Mapzen's Turn-by-Turn routing service.",
"description": "Valhalla is an open source routing engine and accompanying libraries for use with OpenStreetMap data (https://github.com/valhalla/valhalla). Valhalla also includes tools like time+distance matrix computation and tour optimization (Traveling Salesman).\n\nMapzen Turn-by-Turn is a navigation service for the world, based on open data, and utilizes the Valhalla tool suite. Add routing to your app and let your users go anywhere on the planet, whether by foot, bike, car, bus, train, or ferry.\n\nThe Mapzen Turn-by-Turn API makes it easy to let navigation find its way into your apps, based on road network data from OpenStreetMap and public transit feeds from Transitland. Whether your users need multiple locations, points along a route, custom routing options, or multimodal routing, our API is ready to help.",
"homepage": "https://github.com/mapzen/on-the-road_ios",
"license": "MIT",
"authors": {
"TrailBehind, Inc.": "Jesse@Gaiagps.com",
"Mapzen": "ios-support@mapzen.com"
},
"social_media_url": "http://twitter.com/mapzen",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mapzen/on-the-road_ios.git",
"tag": "v1.0.0"
},
"source_files": "OTRRouting/*.{h,m,c}"
}