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