blob: acdb7b486e20f49e5de895a232bd6c6d7148ec6a [file] [log] [blame]
{
"name": "KGFMDB",
"version": "1.3.1",
"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.3.1"
},
"source_files": "KGFMDBDemo/KGFMDB/**/*.{h,m}",
"dependencies": {
"FMDB": [
]
},
"platforms": {
"ios": "7.0"
}
}