[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / c / 1 / LKDBHelper / 1.4 / LKDBHelper.podspec.json
bloba3b9af250a816779e159e8c777d07ac597a85fe8
2   "name": "LKDBHelper",
3   "version": "1.4",
4   "summary": "数据库的全自动操作,支持 列->实体属性 映射,列属性设置,表版本升级...   Database : Automatic Operation ...",
5   "homepage": "https://github.com/li6185377/LKDBHelper-SQLite-ORM",
6   "license": "MIT",
7   "authors": {
8     "li6185377": "li6185377@163.com"
9   },
10   "source": {
11     "git": "https://github.com/li6185377/LKDBHelper-SQLite-ORM.git",
12     "tag": "1.4"
13   },
14   "platforms": {
15     "ios": "4.3",
16     "osx": "10.6"
17   },
18   "source_files": "LKDBHelper/Helper/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "FMDB": [
23     ]
24   }