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