blob: e6d6621ec456e52dc5335cd5a77547e4d6330d34 [file] [log] [blame]
{
"name": "YCNetwork",
"version": "1.1.0",
"summary": "基于AFN封装的网路请求,注重性能,设计简洁,易于拓展",
"description": "基于AFN封装的网路请求,注重性能,设计简洁,易于拓展",
"homepage": "https://github.com/Loveying",
"license": "MIT",
"authors": {
"xiayingying": "xyy_ios@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Loveying/YCNetwork.git",
"tag": "1.1.0"
},
"source_files": "YCNetwork/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}