2 "name": "SqliteModelORMGenerator",
4 "summary": "SqliteModelORMGenerator help use sqlite with ORM(Object Relational Mapping)",
5 "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)",
6 "homepage": "https://github.com/FuLingTaiHexiaoke/SqliteModelORMGenerator",
11 "xiaoke": "fighttime@sina.cn"
17 "git": "https://github.com/FuLingTaiHexiaoke/SqliteModelORMGenerator.git",
20 "source_files": "SqliteModelORMGenerator/*.{h,m}",
21 "exclude_files": "Classes/Exclude",
22 "resources": "SqliteModelORMGenerator/*.{xib}",