[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / f / KGFMDB / 1.3 / KGFMDB.podspec.json
blobf3156c11f3ce238b31a8f60c96d349d0a6fcfee7
2   "name": "KGFMDB",
3   "version": "1.3",
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"
17   },
18   "source_files": "KGFMDBDemo/KGFMDB/**/*.{h,m}",
19   "dependencies": {
20     "FMDB": [
21       "~> 2.3"
22     ]
23   },
24   "platforms": {
25     "ios": "7.0"
26   }