blob: e9cb9d15953ffa997951a21901bda9fb786d2be4 [file] [log] [blame]
{
"name": "POPAPIKit",
"version": "1.0.1",
"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.1"
},
"source_files": "POPAPIKit/Sources/**/*.{swift,h,m}",
"dependencies": {
"Result": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.1"
}