blob: 60ef66b77d6ff2da987dabe2483cb2db10fe40df [file] [log] [blame]
{
"name": "MapmyIndiaDirectionsUI",
"version": "0.0.2",
"summary": "SDK of UI components for MapmyIndiaDirections",
"description": "It allows developers to quickly integrate MapmyIndiaDirectios SDK by using ready made UI components and ViewControllers.",
"homepage": "https://www.mapmyindia.com/api/",
"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://github.com/MapmyIndia/mapmyindia-maps-vectorSDK-iOS/wiki/",
"source": {
"http": "https://s3-ap-south-1.amazonaws.com/mmi-api-team/moveSDK/ios/MapmyIndiaDirectionsUI/MapmyIndiaDirectionsUI-0.0.2.zip",
"flatten": true
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"default_subspecs": "Complete",
"subspecs": [
{
"name": "Complete",
"dependencies": {
"MapmyIndiaDirectionsUI/Base": [
],
"MapmyIndiaDirectionsUI/Dependencies": [
]
}
},
{
"name": "Base",
"ios": {
"vendored_frameworks": "MapmyIndiaDirectionsUI.framework"
}
},
{
"name": "Dependencies",
"dependencies": {
"MapmyIndiaMaps": [
"~> 5.7.13"
],
"MapmyIndiaDirections": [
"~> 0.23.11"
],
"MapmyIndiaUIWidgets": [
"~> 0.3.3"
]
}
}
],
"swift_version": "4.2"
}