blob: 6f5cf75353210e8872b125a876bdfa35a8f2ed73 [file] [log] [blame]
{
"name": "LMKeyValueStore",
"version": "2.0.0",
"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": "v2.0.0"
},
"source_files": "LMKeyValueStore/*.{h,m,mm}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"WCDB": [
"~> 1.0.4"
]
},
"libraries": [
"c++",
"z"
],
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
"CLANG_CXX_LIBRARY": "libc++"
}
}