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