blob: e93e01932b4ef1755c0e55f3648813cc351ca80c [file] [log] [blame]
{
"name": "MapmyIndiaAnnotationExtension",
"version": "0.0.1",
"summary": "Extension to support MapmyIndia's runtime styling annotations api.",
"description": "Provides an object oriented annotation api around runtime styling.",
"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-sample-withREST-beta/wiki/REST-API-Kit",
"source": {
"http": "https://mmi-api-team.s3.amazonaws.com/moveSDK/ios/MapmyIndiaAnnotationExtension/MapmyIndiaAnnotationExtension-0.0.1.zip",
"flatten": true
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"default_subspecs": "Complete",
"subspecs": [
{
"name": "Complete",
"dependencies": {
"MapmyIndiaAnnotationExtension/Base": [
],
"MapmyIndiaAnnotationExtension/Dependencies": [
]
}
},
{
"name": "Base",
"ios": {
"vendored_frameworks": "MapmyIndiaAnnotationExtension.framework"
}
},
{
"name": "Dependencies",
"dependencies": {
"MapmyIndiaMaps": [
"~> 5.7.12"
]
}
}
],
"swift_version": "4.2"
}