| { |
| "name": "MapmyIndiaUIWidgets", |
| "version": "0.2.2", |
| "summary": "MapmyIndia's UI Components", |
| "description": "UI Components, which are easy to intigrate in an application to use MapmyIndia's APIs and other SDKs.", |
| "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/MapmyIndiaUIWidgets/MapmyIndiaUIWidgets-0.2.2.zip", |
| "flatten": true |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "4.2", |
| "default_subspecs": "Complete", |
| "subspecs": [ |
| { |
| "name": "Complete", |
| "dependencies": { |
| "MapmyIndiaUIWidgets/Base": [ |
| |
| ], |
| "MapmyIndiaUIWidgets/Dependencies": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Base", |
| "ios": { |
| "vendored_frameworks": "MapmyIndiaUIWidgets.framework" |
| } |
| }, |
| { |
| "name": "Dependencies", |
| "dependencies": { |
| "MapmyIndiaAPIKit": [ |
| "~> 1.4.1" |
| ] |
| } |
| } |
| ], |
| "swift_version": "4.2" |
| } |