[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 8 / 3 / XWDatabase / 1.2.0 / XWDatabase.podspec.json
blobcf210d7f6827de762c7569ef86dc7bd01c976ab0
2   "name": "XWDatabase",
3   "version": "1.2.0",
4   "summary": "数据库工具类,直接操作模型读写数据库,FMDB封装",
5   "description": "数据库工具类,直接操作模型读写数据库,FMDB封装, 二进制文件重用, 支持自定义主键/联合主键, 支持SQL拓展操作, 支持自定义对象存储...",
6   "homepage": "https://github.com/qxuewei/XWDatabase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qxuewei@yeah.net": "qiuxuewei@peiwo.cn"
13   },
14   "source": {
15     "git": "https://github.com/qxuewei/XWDatabase.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XWDatabase/Classes/**/*",
22   "dependencies": {
23     "FMDB": [
25     ]
26   }