blob: 605c622a47dae9c5b975b8609450d8af100e939c [file] [log] [blame]
{
"name": "KZURLCache",
"version": "0.0.2",
"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.2"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
},
"source_files": "KZURLCache/KZURLCache/**/*.{h,m}"
}