blob: f3c8c4dc99b56cf3f8a92ab3f812238380a2aa1f [file] [log] [blame]
{
"name": "ZPMFMDB",
"version": "0.0.1",
"summary": "封装好的FMDB,不会SQL语句也能使用.",
"description": "封装好的FMDB,不会SQL语句也能使用。一键创建表和键。",
"homepage": "https://github.com/liuzhao/ZPMFMDB",
"license": "MIT",
"authors": {
"zhao.liu": "zhao.liu@zhaopin.com.cn"
},
"source": {
"git": "https://github.com/liuzhao/ZPMFMDB.git",
"tag": "0.0.1"
},
"source_files": "ZPMFMDB/ZPMDB/*.{h,m}",
"dependencies": {
"FMDB": [
"~> 2.7.2"
]
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}