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