blob: c10a1b52be375c5242dada2f6556664301c27297 [file] [log] [blame]
{
"name": "YBNetwork",
"version": "1.0.6",
"summary": "基于 AFNetworking 网络中间层,注重性能,设计简洁,易于拓展",
"description": "基于 AFNetworking 网络中间层,注重性能,设计简洁,易于拓展。",
"homepage": "https://github.com/indulgeIn",
"license": "MIT",
"authors": {
"杨波": "1106355439@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/indulgeIn/YBNetwork.git",
"tag": "1.0.6"
},
"source_files": "YBNetwork/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
"~>1.0.4"
]
},
"requires_arc": true
}