blob: 0c732e796f1c67ce59c52a667382e8dfc87b8f2c [file] [log] [blame]
{
"name": "QLNetwork",
"version": "0.0.6",
"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.6"
},
"source_files": "QLNetworkDemo/QLNetworkDemo/QLNetwork/*.{h,m}",
"dependencies": {
"AFNetworking/Reachability": [
"~> 3.2.1"
],
"AFNetworking/Serialization": [
"~> 3.2.1"
],
"AFNetworking/Security": [
"~> 3.2.1"
],
"AFNetworking/NSURLSession": [
"~> 3.2.1"
],
"YYCache": [
"~> 1.0.4"
]
},
"requires_arc": true
}