[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / d / 3 / ZSDB / 0.1.0 / ZSDB.podspec.json
blob10bf5a878d1e0fd5fea8493875e725e66c8ae07d
2   "name": "ZSDB",
3   "version": "0.1.0",
4   "summary": "数据库简单封装",
5   "description": "数据库简单封装,依赖于FMDB",
6   "homepage": "https://github.com/zhangsen093725/ZSDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangsen093725": "376019018@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhangsen093725/ZSDB.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ZSDB/**/*",
22   "dependencies": {
23     "FMDB": [
25     ],
26     "ZSProjectToolBox": [
28     ]
29   }