[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 5 / 3 / 2 / SqliteModelORMGenerator / 0.0.6 / SqliteModelORMGenerator.podspec.json
bloba36479e744728036a346d3d5a5c4c03f5492a1f3
2   "name": "SqliteModelORMGenerator",
3   "version": "0.0.6",
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",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "xiaoke": "fighttime@sina.cn"
12   },
13   "platforms": {
14     "ios": null
15   },
16   "source": {
17     "git": "https://github.com/FuLingTaiHexiaoke/SqliteModelORMGenerator.git",
18     "tag": "0.0.6"
19   },
20   "source_files": "SqliteModelORMGenerator/*.{h,m}",
21   "exclude_files": "Classes/Exclude",
22   "resources": "SqliteModelORMGenerator/*.{xib}",
23   "requires_arc": true,
24   "dependencies": {
25     "FMDB": [
26       "~> 2.7.5"
27     ]
28   }