[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / 7 / c / KZURLCache / 0.1.0 / KZURLCache.podspec.json
blob391be16652ca5c0c0fe34a14ff898605bfbacfc7
2   "name": "KZURLCache",
3   "version": "0.1.0",
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.1.0"
19   },
20   "requires_arc": true,
21   "source_files": "KZURLCache/KZURLCache/**/*.{h,m}",
22   "dependencies": {
23     "AFNetworking/NSURLSession": [
25     ]
26   }