2 "name": "LLDataStorage",
4 "summary": "LLDataStorage是一个Swift数据存储库",
5 "description": "LLDataStorage是一个Swift数据存储库。\n封装了UserDefaults、KeychainSwift、WCDBSwift、FileManager, 实现一行代码进行数据持久化。",
6 "homepage": "https://github.com/lmqleo/LLDataStorage",
12 "Leo": "geekleo@icloud.com"
17 "swift_versions": "5.0",
19 "git": "https://github.com/lmqleo/LLDataStorage.git",
22 "source_files": "Source/**/*",
23 "exclude_files": "Source/Exclude",
24 "static_framework": true,
33 "pod_target_xcconfig": {
34 "DEFINES_MODULE": "YES"
45 "source_files": "Source/LLDataBase/**/*"
48 "name": "LLFileManager",
49 "source_files": "Source/LLFileManager/**/*"
53 "source_files": "Source/LLKeychain/**/*"
56 "swift_version": "5.0"