[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / 7 / GXDatabaseUtils / 0.0.1 / GXDatabaseUtils.podspec.json
blob35151dc903aaa1e735c35290a87757473949f9ab
2   "name": "GXDatabaseUtils",
3   "version": "0.0.1",
4   "summary": "simplify sqlite database CRUD operation.",
5   "description": "simplify sqlite database CRUD operation.\nby gerry",
6   "homepage": "https://github.com/Gerry1218/GXDatabaseUtils",
7   "license": "BSD",
8   "authors": {
9     "Gerry1218": "gerry1218@163.com"
10   },
11   "source": {
12     "git": "https://github.com/Gerry1218/GXDatabaseUtils.git",
13     "tag": "0.0.1"
14   },
15   "source_files": "DBDemo/Classes/*",
16   "libraries": "sqlite3",
17   "dependencies": {
18     "FMDB": [
19       "~> 2.6.2"
20     ]
21   },
22   "platforms": {
23     "osx": null,
24     "ios": null,
25     "tvos": null,
26     "watchos": null
27   }