blob: 8b4a1bba8ee9314618ffa5ffe6717b31c763c588 [file] [log] [blame]
{
"name": "POPAPIKit",
"version": "1.0.9",
"summary": "A Protocol Oriented Networking Kit",
"description": "POPAPIKit is a pure Swift implemented and protocol oriented networking kit. POPAPIKit is highly inspired by [APIKit](https://github.com/ishkawa/APIKit)\nwhich created by [ishkawa](https://github.com/ishkawa).",
"homepage": "https://github.com/LawrenceHan/POPAPIKit",
"license": "MIT",
"authors": {
"LawrenceHan": "yangfei6565@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LawrenceHan/POPAPIKit.git",
"tag": "1.0.9"
},
"source_files": "Sources/**/*.{swift,h,m}",
"swift_version": "4.0",
"dependencies": {
"Result": [
"~> 4.0"
]
}
}