blob: 91dce69fff97c9b1a92b746cfe21824a85f4070d [file] [log] [blame]
{
"name": "KZURLCache",
"version": "0.0.1",
"summary": "KZURLCache是一个基于AFNetworking的网络请求缓存工具,会在app第一次启动时返回上一次缓存的数据",
"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.1"
},
"requires_arc": true,
"dependencies": {
"PINCache": [
],
"AFNetworking": [
]
},
"source_files": "KZURLCache/**/*.{h,m}"
}