blob: b1d7264d8e3e1bdd6ed6626809cdd2159976bfef [file] [log] [blame]
{
"name": "KeyValueData",
"version": "1.3.0",
"summary": "Key-Value data store protocol.",
"description": "This is designed to code with same protocol but store data to many places.\nInclude .plist, KeyChain, UserDefault as well as Sqlite.",
"homepage": "https://github.com/1fr3dg/KeyValueData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alfred Gao": "alfredg@alfredg.cn"
},
"source": {
"git": "https://github.com/1fr3dg/KeyValueData.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "KeyValueData/Classes/**/*",
"dependencies": {
"KeychainAccess": [
"~> 3.0"
],
"SQLite.swift": [
"~> 0.11"
]
}
}