blob: ed62f485f49e236d7b90d8b70aabba0bbc18e4ee [file] [log] [blame]
{
"name": "AFIOSLib",
"version": "0.0.1",
"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.1"
},
"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"
}
}
]
}