| { |
| "name": "KGFMDB", |
| "version": "1.2", |
| "summary": "KGFMDB is a lightweight, object-oriented, database manipulation tool based on FMDB.", |
| "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.", |
| "homepage": "https://github.com/motinle/KGFMDBDemo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Tinle Mo": "motinle@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/motinle/KGFMDBDemo.git", |
| "tag": "1.2" |
| }, |
| "source_files": "KGFMDBDemo/KGFMDB/**/*.{h,m}", |
| "dependencies": { |
| "FMDB": [ |
| "~> 2.7.2" |
| ] |
| }, |
| "platforms": { |
| "ios": "7.0" |
| } |
| } |