blob: b96da73189c89bdd45e8855ae0bbc0a317e4d909 [file] [log] [blame]
{
"name": "MHKeyValueStore",
"version": "1.0.0",
"summary": "Key-Value Storage",
"description": "A fast key-value storage tool",
"homepage": "https://github.com/MrAiden/MHKeyValueStoreDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mortar": "yan_yan.vip@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MrAiden/MHKeyValueStoreDemo.git",
"tag": "1.0.0"
},
"source_files": "MHKeyValueStore/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.7.5"
]
}
}