blob: a3b9af250a816779e159e8c777d07ac597a85fe8 [file] [log] [blame]
{
"name": "LKDBHelper",
"version": "1.4",
"summary": "数据库的全自动操作,支持 列->实体属性 映射,列属性设置,表版本升级... Database : Automatic Operation ...",
"homepage": "https://github.com/li6185377/LKDBHelper-SQLite-ORM",
"license": "MIT",
"authors": {
"li6185377": "li6185377@163.com"
},
"source": {
"git": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git",
"tag": "1.4"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": "LKDBHelper/Helper/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}