[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 0 / 7 / c / KZURLCache / 0.0.3 / KZURLCache.podspec.json
blob5d5c5607fccad5b374d6cd5eef9f0727c21b8ff6
2   "name": "KZURLCache",
3   "version": "0.0.3",
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.3"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
24     ]
25   },
26   "source_files": "KZURLCache/KZURLCache/**/*.{h,m}"