blob: e584c41ac41ba2c8ff1e398a697f90548e727ab8 [file] [log] [blame]
{
"name": "JMKeyValueStore",
"version": "0.1.0",
"summary": "A simple Key-Value storage tool, using Sqlite as backend.",
"homepage": "https://github.com/xserver/JMKeyValueStore",
"license": "MIT",
"authors": {
"xserver": "xqlday@163.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/xserver/JMKeyValueStore.git",
"tag": "0.1.0"
},
"source_files": "JMKeyValueStore/JMKeyValueStore.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}