blob: f1783177ede7b3007ee59f7f2f78a5ba79cbd5c7 [file] [log] [blame]
{
"name": "TODBModel",
"version": "1.0.2",
"summary": "Make database like a model",
"description": "TODBModel是基于FMDB开发的数据库模型系统,它把数据库操作完全融入模型中。该类的任何子类将自动创建并维护数据库,无需懂得任何SQL语法及概念即可进行数据库操作。",
"homepage": "https://github.com/TonyJR/TODBModel.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tony.JR": "show_3@163.com"
},
"source": {
"git": "https://github.com/TonyJR/TODBModel.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TODBModel/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"FMDB": [
]
}
}