[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / a / b / CacherKit / 1.0.0 / CacherKit.podspec.json
blobc38a9714121ae65377471ebe3798cec960fe9a3b
2   "name": "CacherKit",
3   "version": "1.0.0",
4   "summary": "iOS 简单缓存管理库,支持内存、磁盘、钥匙串,接口统一",
5   "description": "iOS 简单缓存管理库,支持内存、磁盘、钥匙串,接口统一。",
6   "homepage": "https://github.com/ZuopanYao/CacherKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ZuopanYao": "http://www.yaozuopan.top"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/ZuopanYao/CacherKit.git",
19     "tag": "1.0.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "CacherKit/*.{h,swift}",
23   "dependencies": {
24     "KeychainAccess": [
25       ">= 4.2.2"
26     ]
27   },
28   "swift_version": "5.0"