blob: dfda85dbe6eb9fafd111c5685b42f00fea7a21a1 [file] [log] [blame]
{
"name": "PromiseYTKNetwork",
"version": "0.1.2",
"summary": "YTKNetwork结合PromiseKit,添加链式调用方法",
"description": "在YTKNetwork的基础上,使用异步框架PromiseKit增加链式调用方法,更优雅的进行多请求调用",
"homepage": "https://github.com/onexf/PromiseYTKNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"onexf": "630850673@qq.com"
},
"source": {
"git": "https://github.com/onexf/PromiseYTKNetwork.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PromiseYTKNetwork/Classes/**/*",
"dependencies": {
"PromiseKit": [
],
"YTKNetwork": [
]
}
}