blob: 63c66fe28db275c503442c506359000267a109e0 [file] [log] [blame]
{
"name": "LJDB",
"version": "0.0.3",
"summary": "基于FMDB和YYModel的一个便捷的数据库模型框架。",
"homepage": "https://gitee.com/luckyLiu/LJDB",
"license": "MIT",
"authors": {
"LuckyLiu": "liujincat@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/luckyLiu/LJDB.git",
"tag": "0.0.3"
},
"source_files": [
"LJDB/LJDB/LJDB",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"YYModel": [
],
"FMDB": [
]
}
}