blob: 74a56099a6241d9fbfb614e60a593c5dae225ad3 [file] [log] [blame]
{
"name": "XKNetworkingManager",
"version": "2.0.1",
"license": "MIT",
"summary": "基于RAC AFNetworking YYCache封装的自带缓存的网络请求",
"homepage": "https://github.com/jhchenchong/XKNetworkingManager.git",
"authors": {
"浪漫恋星空": "727378500@qq.com"
},
"source": {
"git": "https://github.com/jhchenchong/XKNetworkingManager.git",
"tag": "2.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "XKNetworkingManager/XKNetworkingManager/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
],
"ReactiveObjC": [
]
}
}