[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / e / 9 / f / KGFMDB / 1.0 / KGFMDB.podspec.json
blob8b77972086693239f6cdcbad25d7d1494db27feb
2   "name": "KGFMDB",
3   "version": "1.0",
4   "summary": "KGFMDB is a lightweight, object-oriented, database manipulation tool based on FMDB.",
5   "description": "KGFMDB is a lightweight, object-oriented, database manipulation tool based on FMDB. This tool is a very friendly library that supports insert, replace, delete, update, query and other operations.",
6   "homepage": "https://github.com/motinle/KGFMDBDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tinle Mo": "motinle@163.com"
13   },
14   "source": {
15     "git": "https://github.com/motinle/KGFMDBDemo.git",
16     "tag": "1.0"
17   },
18   "dependencies": {
19     "FMDB": [
20       "~> 2.7.2"
21     ]
22   },
23   "platforms": {
24     "osx": null,
25     "ios": null,
26     "tvos": null,
27     "watchos": null
28   }