blob: aab1ad736d580986396fe1494edbf230702355d4 [file] [log] [blame]
{
"name": "MapmyIndiaGeofenceUI",
"version": "0.9.1",
"summary": "MapmyIndia geofence creation plugin as SDK.",
"description": "A geofence creation plugin as SDK which allows to create geofence of shape circle and polygon on MapmyIndia Map",
"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/MapmyIndiaGeofenceUI/MapmyIndiaGeofenceUI-0.9.1.zip",
"flatten": true
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Complete",
"subspecs": [
{
"name": "Complete",
"dependencies": {
"MapmyIndiaGeofenceUI/Base": [
],
"MapmyIndiaGeofenceUI/Dependencies": [
]
}
},
{
"name": "Base",
"ios": {
"vendored_frameworks": "MapmyIndiaGeofenceUI.framework"
}
},
{
"name": "Dependencies",
"dependencies": {
"MapmyIndiaMaps": [
"~> 5.7.10"
]
}
}
]
}