[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / f / KGFMDB / 1.3.1 / KGFMDB.podspec.json
blobacdb7b486e20f49e5de895a232bd6c6d7148ec6a
2   "name": "KGFMDB",
3   "version": "1.3.1",
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.3.1"
17   },
18   "source_files": "KGFMDBDemo/KGFMDB/**/*.{h,m}",
19   "dependencies": {
20     "FMDB": [
22     ]
23   },
24   "platforms": {
25     "ios": "7.0"
26   }