blob: 018ae61470c4cb3ee48cebd7d5743dea6b7d6701 [file] [log] [blame]
{
"name": "LMKeyValueStore",
"version": "1.0.1",
"summary": "Key-Value storage tool, based on WCDB (WeChat DataBase).",
"homepage": "https://github.com/hcxyzlm/LMKeyValueStoreDemo",
"license": "MIT",
"authors": {
"zhuo": "hcxyzlm@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hcxyzlm/LMKeyValueStoreDemo.git",
"tag": "v1.0.1"
},
"source_files": "LMKeyValueStore/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"WCDB": [
"~> 1.0.4"
]
}
}