[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 1 / LLDataStorage / 0.0.1 / LLDataStorage.podspec.json
blobdb45bbe0846d326e734ddf2bb6ad21ab2c1255a7
2   "name": "LLDataStorage",
3   "version": "0.0.1",
4   "summary": "LLDataStorage是一个Swift数据存储库",
5   "description": "LLDataStorage是一个Swift数据存储库。\n封装了UserDefaults、KeychainSwift、WCDBSwift、FileManager, 实现一行代码进行数据持久化。",
6   "homepage": "https://github.com/lmqleo/LLDataStorage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leo": "geekleo@icloud.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/lmqleo/LLDataStorage.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Source",
24     "Podspec/Source/**/*"
25   ],
26   "exclude_files": "Source/Exclude",
27   "ios": {
28     "frameworks": "Foundation"
29   },
30   "static_framework": true,
31   "dependencies": {
32     "WCDB.swift": [
34     ],
35     "KeychainSwift": [
37     ]
38   },
39   "swift_version": "5.0"