[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / f / ZHDatabaseHelper / 1.0.1 / ZHDatabaseHelper.podspec.json
blob2e82ff67e2776a2310684a7ed2a44b5f76bd973c
2   "name": "ZHDatabaseHelper",
3   "version": "1.0.1",
4   "summary": "ZHDatabaseHelper 是IOS开发数据库工具类,创建多用户数据库,用户之间切换时进行数据库切换。封装了对数据表结构的创建和字段更新,以数据表定义版本,在版本升级时使用SQL来更新字段。",
5   "description": "ZHDatabaseHelper",
6   "homepage": "https://github.com/zhangqinglou/ZHDatabaseHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangqinglou": "zhangyi1288@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangqinglou/ZHDatabaseHelper.git",
19     "tag": "1.0.1"
20   },
21   "source_files": [
22     "ZHDatabase",
23     "*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "FMDB": [
28       "~> 2.6.2"
29     ]
30   }