[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 7 / c / KZURLCache / 0.0.1 / KZURLCache.podspec.json
blob91dce69fff97c9b1a92b746cfe21824a85f4070d
2   "name": "KZURLCache",
3   "version": "0.0.1",
4   "summary": "KZURLCache是一个基于AFNetworking的网络请求缓存工具,会在app第一次启动时返回上一次缓存的数据",
5   "homepage": "http://git.kanzhun-inc.com/bosszhipin/kzurlcache",
6   "authors": {
7     "yixiong": "yixiong@kanzhun.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "http://git.kanzhun-inc.com/bosszhipin/kzurlcache.git",
18     "tag": "0.0.1"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "PINCache": [
24     ],
25     "AFNetworking": [
27     ]
28   },
29   "source_files": "KZURLCache/**/*.{h,m}"