blob: a36479e744728036a346d3d5a5c4c03f5492a1f3 [file] [log] [blame]
{
"name": "SqliteModelORMGenerator",
"version": "0.0.6",
"summary": "SqliteModelORMGenerator help use sqlite with ORM(Object Relational Mapping)",
"description": "covert oc model into Sqlite ORM Entity code in xcode log console.then you can copy this code in .m file,then you can use the class functions(createTable+deleteTable+selectWhere+selectAll+insertWithObject(s)+updateWithObject(s)) to perform your persistence actions with sqlite)",
"homepage": "https://github.com/FuLingTaiHexiaoke/SqliteModelORMGenerator",
"license": {
"type": "MIT"
},
"authors": {
"xiaoke": "fighttime@sina.cn"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/FuLingTaiHexiaoke/SqliteModelORMGenerator.git",
"tag": "0.0.6"
},
"source_files": "SqliteModelORMGenerator/*.{h,m}",
"exclude_files": "Classes/Exclude",
"resources": "SqliteModelORMGenerator/*.{xib}",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.7.5"
]
}
}