blob: c03e77e2bf4e6f2268d527b5db3b488c0f249f55 [file] [log] [blame]
{
"name": "DWNetworkAFNManager",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "这是一个AFN3.0的轻量封装,可实现基本数据请求且不会造成内存泄漏。This is an AFN3.0 lightweight package that implements basic data requests without causing memory leaks.",
"homepage": "https://github.com/CodeWicky/DWNetworkAFNManager",
"authors": {
"codeWicky": "codewicky@163.com"
},
"source": {
"git": "https://github.com/CodeWicky/DWNetworkAFNManager.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "DWNetworkAFNManager/**/{DWNetworkAFNManager}.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
]
}
}