| { |
| "name": "MapmyIndiaSafetyPlugin", |
| "version": "1.0.3", |
| "summary": "MapmyIndia Safety Plugin", |
| "description": "It allows developers to quickly integrate MapmyIndia Safety APIs such as Covid-19 Containment zone info.", |
| "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/MapmyIndiaSafetyPlugin/MapmyIndiaSafetyPlugin-1.0.3.zip", |
| "flatten": true |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "4.2", |
| "default_subspecs": "Complete", |
| "subspecs": [ |
| { |
| "name": "Complete", |
| "dependencies": { |
| "MapmyIndiaSafetyPlugin/Base": [ |
| |
| ], |
| "MapmyIndiaSafetyPlugin/Dependencies": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Base", |
| "ios": { |
| "vendored_frameworks": "MapmyIndiaSafetyPlugin.framework" |
| } |
| }, |
| { |
| "name": "Dependencies", |
| "dependencies": { |
| "MapmyIndiaAPIKit": [ |
| "~> 1.4.9" |
| ] |
| } |
| } |
| ], |
| "swift_version": "4.2" |
| } |