blob: 2833be6eae7a443850d2b08e445848e4f1a5bfa6 [file] [log] [blame]
{
"name": "KeyValueData",
"version": "1.0.2",
"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.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KeyValueData/Classes/**/*",
"dependencies": {
"KeychainAccess": [
"~> 3.0"
],
"SQLite.swift": [
"~> 0.11"
]
},
"pushed_with_swift_version": "3.0"
}