[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / c / 1 / LKDBHelper / 1.3 / LKDBHelper.podspec.json
blob534be57e2d30d296fa81b181dd12c240c4f31959
2   "name": "LKDBHelper",
3   "version": "1.3",
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.3"
13   },
14   "platforms": {
15     "ios": "4.3"
16   },
17   "source_files": "LKDBHelper/Helper/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
22     ]
23   }