blob: eebf653a59a5f6a06b4130939da4686f43fc4382 [file] [log] [blame]
{
"name": "QLNetwork",
"version": "0.0.5",
"summary": "对ANNetworking 封装,删除UIWebView相关",
"description": "对ANNetworking 进行封装以方便自己使用",
"homepage": "https://github.com/qilong-io/QLNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qilong": "915464855@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/qilong-io/QLNetwork.git",
"tag": "0.0.5"
},
"source_files": "QLNetworkDemo/QLNetworkDemo/QLNetwork/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"YYCache": [
"~> 1.0.4"
]
},
"requires_arc": true
}