[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / e / 6 / f / UserCaches / 0.0.2 / UserCaches.podspec.json
blobfb75c4b31c709991f279db2cf826bcb02d061cf3
2   "name": "UserCaches",
3   "version": "0.0.2",
4   "summary": "A key-value storage cache tool like UserDefaults on iOS Platform.",
5   "description": "- A key-value storage cache tool like UserDefaults on iOS Platform.\n- Support base type and Codable type.\n- Using Swift, more safe and concise.",
6   "homepage": "https://github.com/CUITCHE/UserCaches",
7   "license": "MIT",
8   "authors": {
9     "hejunqiu": "xiaohe918@vip.qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/CUITCHE/UserCaches.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "UserCaches/*.{h,swift}",
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "swift_version": "4.1",
22   "dependencies": {
23     "SQLite.swift": [
24       "~> 0.11.4"
25     ]
26   }