blob: dff69d6f72b78bc8ffee3c3522e9aa2a1d6847a4 [file] [log] [blame]
{
"name": "RHKeyValueStore",
"version": "0.1.3",
"summary": "Key-Value storage tool, based on WCDB (WeChat DataBase).",
"homepage": "https://github.com/Rannie/RHKeyValueStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hanran Liu": "18622218653@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Rannie/RHKeyValueStore.git",
"tag": "v0.1.3"
},
"source_files": [
"RHKeyValueStore",
"RHKeyValueStore/*.{h,m}"
],
"public_header_files": "RHKeyValueStore/*.h",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"WCDB": [
"~> 1.0.4"
]
}
}