[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / c / 1 / LKDBHelper / 1.1 / LKDBHelper.podspec.json
blobf6292faf2b43df4cc2bc6fbbaef08a92273f1ca1
2   "name": "LKDBHelper",
3   "version": "1.1",
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.1"
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   }