[Add] FaceSDKNightly 6.4.2324
[CocoaPods.git] / Specs / f / d / 0 / KSCache / 0.0.1 / KSCache.podspec.json
blob2913359c362819d98a92d33aaf8ff11c1211084b
2   "name": "KSCache",
3   "version": "0.0.1",
4   "summary": "一个小的缓存demo",
5   "description": "一个小的缓存demo,LRU淘汰算法没有实现",
6   "homepage": "https://github.com/kkzhaoxiang/KSCache",
7   "license": "MIT",
8   "authors": {
9     "wzx": "kk_zhaoxiang@163.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "swift_versions": "4.2",
15   "source": {
16     "git": "https://github.com/kkzhaoxiang/KSCache.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "KSCache/KSCache/**/*.swift",
20   "ios": {
21     "frameworks": "UIKit"
22   }