blob: 95e56262fbc8e94ebd8fcc0bc39cb27689c2860b [file] [log] [blame]
{
"name": "WHDB",
"version": "0.0.5",
"summary": "基于FMDB的二次封装库",
"description": "基于FMDB的二次封装库,实现了大多数基础的sqlite数据库操作,使用简单,不会sqlite语句也可以轻松实现本地数据存储",
"homepage": "hthttps://github.com/lwhldy/WHDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lwhldy": "linwenhua930823@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lwhldy/WHDB.git",
"tag": "0.0.5"
},
"source_files": [
"WHDB",
"WHDB/**/*.{h,m}"
],
"dependencies": {
"FMDB": [
"~> 2.7.2"
]
}
}