[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / c / d / ZBWDBHelper / 0.0.7 / ZBWDBHelper.podspec.json
blobfea00e0462c1c8ea9ffdfb245a648f511a1223cb
2   "name": "ZBWDBHelper",
3   "version": "0.0.7",
4   "summary": "FMDB 封装.",
5   "description": "ZBWDBHelper 封装了FMDB,方便DB操作。",
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.7"
17   },
18   "source_files": [
19     "ZBWDBHelper",
20     "ZBWDBHelper/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "FMDB/SQLCipher": [
26     ]
27   }