blob: 8822947e915b6f48e9686b6cd6d917321b37b13e [file] [log] [blame]
{
"name": "XKNetworkingManager",
"version": "1.0.0",
"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": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "XKNetworkingManager/XKNetworkingManager/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
],
"ReactiveObjC": [
]
}
}