[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / c / d / ZBWDBHelper / 0.0.8 / ZBWDBHelper.podspec.json
bloba61d57f379ce5a1ab0b7c351c6d5298a9ea7e352
2   "name": "ZBWDBHelper",
3   "version": "0.0.8",
4   "summary": "FMDB 封装.",
5   "description": "ZBWDBHelper 封装了FMDB,方便DB操作。使用ORM,自动生成表、自动升级表结构,不需要写sql就能方便查询、保存数据。",
6   "homepage": "https://github.com/HangZhouShuChengKeJi/ZBWDBHelper",
7   "license": "BSD",
8   "platforms": {
9     "ios": "7.0"
10   },
11   "authors": {
12     "bwzhu": "bowen.zhu@91chengguo.com"
13   },
14   "source": {
15     "git": "https://github.com/HangZhouShuChengKeJi/ZBWDBHelper.git",
16     "tag": "0.0.8"
17   },
18   "source_files": [
19     "ZBWDBHelper",
20     "ZBWDBHelper/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "FMDB": [
26     ]
27   }