| { |
| "name": "AFIOSLib", |
| "version": "0.0.2", |
| "summary": "A short description of AFIOSLib.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/dondaldo/AFIOSLib", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "srikanth.android@hotmail.com": "srikanth@appsfly.io" |
| }, |
| "source": { |
| "git": "https://github.com/dondaldo/AFIOSLib.git", |
| "tag": "0.0.2" |
| }, |
| "swift_version": "4.0", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "AFIOSLib/Classes/**/*", |
| "dependencies": { |
| "Socket.IO-Client-Swift": [ |
| "~> 13.1.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "AFCore", |
| "ios": { |
| "vendored_frameworks": "core.framework" |
| } |
| }, |
| { |
| "name": "AFMicroApp", |
| "ios": { |
| "vendored_frameworks": "micro_app.framework" |
| } |
| } |
| ] |
| } |