blob: b0565432f90dc33564c9d3c4559e1cb592ee9329 [file] [log] [blame]
{
"name": "GLDBManager",
"version": "1.0.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/GrayLand119/GLDBManager",
"authors": {
"GrayLand119": "441726442@qq.com"
},
"summary": "基于FMDB的轻量级数据库插件, 面向对象地进行数据库操作",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GrayLand119/GLDBManager.git",
"tag": "1.0.2"
},
"source_files": "GLDBManagerDemo/GLDBManager/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
],
"YYModel": [
]
}
}