blob: f4746020957ee78354755414afd0e08ba21f171d [file] [log] [blame]
{
"name": "LLDataStorage",
"version": "0.0.2",
"summary": "LLDataStorage是一个Swift数据存储库",
"description": "LLDataStorage是一个Swift数据存储库。\n封装了UserDefaults、KeychainSwift、WCDBSwift、FileManager, 实现一行代码进行数据持久化。",
"homepage": "https://github.com/lmqleo/LLDataStorage",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Leo": "geekleo@icloud.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/lmqleo/LLDataStorage.git",
"tag": "0.0.2"
},
"source_files": "Source/**/*",
"exclude_files": "Source/Exclude",
"static_framework": true,
"dependencies": {
"WCDB.swift": [
],
"KeychainSwift": [
]
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"subspecs": [
{
"name": "LLDataBase",
"source_files": "Source/LLDataBase/**/*"
},
{
"name": "LLFileManager",
"source_files": "Source/LLFileManager/**/*"
},
{
"name": "LLKeychain",
"source_files": "Source/LLKeychain/**/*"
}
],
"swift_version": "5.0"
}