[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / c / KZURLCache / 0.0.6 / KZURLCache.podspec.json
blob510ee3a45eaf9ad8f4d0dc5dcb1778145f07c64f
2   "name": "KZURLCache",
3   "version": "0.0.6",
4   "summary": "KZURLCache是一个基于AFNetworking的网络请求缓存工具,会网络请求时返回上一次缓存的数据,原请求逻辑依然保持不变",
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": "git@git.kanzhun-inc.com:bosszhipin/kzurlcache.git",
18     "tag": "0.0.6"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
24     ]
25   },
26   "source_files": "KZURLCache/KZURLCache/**/*.{h,m}"