blob: a67c3a36a9b1514de8fa8edc10170e26852a54b6 [file] [log] [blame]
{
"name": "MapmyIndiaDirections",
"version": "0.23.10",
"summary": "MapmyIndia Directions API wrapper for Swift and Objective-C.",
"description": "MapmyIndiaDirections makes it easy to connect your iOS application to the MapmyIndia Directions API. Quickly get driving, cycling, or walking directions, whether the trip is nonstop or it has multiple stopping points, all using a simple interface reminiscent of MapKitā€™s `MKDirections` API.",
"homepage": "https://www.mapmyindia.com/api/routing",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"MapmyIndia": "apisupport@mapmyindia.com"
},
"screenshots": "https://s3-ap-south-1.amazonaws.com/mmi-api-team/moveSDK/ios/resources/APIsImage.jpg",
"social_media_url": "https://twitter.com/mapmyindia",
"documentation_url": "https://www.mapmyindia.com/api/advanced-maps/doc/routing-api",
"source": {
"http": "https://s3-ap-south-1.amazonaws.com/mmi-api-team/moveSDK/ios/MapmyIndiaDirections/MapmyIndiaDirections-0.23.10.zip",
"flatten": true
},
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "MapmyIndiaDirections.framework"
},
"requires_arc": true,
"swift_versions": "4.0",
"dependencies": {
"MapmyIndiaAPIKit": [
"~> 1.4.1"
],
"Polyline": [
"~> 4.2"
]
},
"swift_version": "4.0"
}