blob: b23faec9c76499c4bc58ae3c631ee9b3c995378f [file] [log] [blame]
{
"name": "zhDatabaseCore",
"version": "0.1.1",
"summary": "Based on FMDB package, the use of more simple and easy.",
"homepage": "https://github.com/snail-z/zhDatabaseCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhanghao": "haozhang0770@163.com"
},
"source": {
"git": "https://github.com/snail-z/zhDatabaseCore.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "zhDatabaseCore/Classes/**/*",
"dependencies": {
"FMDB": [
"~> 2.6.2"
]
}
}