blob: 0e2aa4280180fedda4913089c8414f42d20ac493 [file] [log] [blame]
{
"name": "KZURLCache",
"version": "0.0.4",
"summary": "KZURLCache是一个基于AFNetworking的网络请求缓存工具,会网络请求时返回上一次缓存的数据,原请求逻辑依然保持不变",
"homepage": "http://git.kanzhun-inc.com/bosszhipin/kzurlcache",
"authors": {
"yixiong": "yixiong@kanzhun.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.kanzhun-inc.com/bosszhipin/kzurlcache.git",
"tag": "0.0.4"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
},
"source_files": "KZURLCache/KZURLCache/**/*.{h,m}"
}