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