blob: ef1ef6ab3a24b78a06378678d09866a70dd3d442 [file] [log] [blame]
{
"name": "KeyValueData",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "KeyValueData/Classes/**/*",
"dependencies": {
"KeychainAccess": [
"~> 3.0"
],
"SQLite.swift": [
"~> 0.11"
]
}
}