blob: 10bf5a878d1e0fd5fea8493875e725e66c8ae07d [file] [log] [blame]
{
"name": "ZSDB",
"version": "0.1.0",
"summary": "数据库简单封装",
"description": "数据库简单封装,依赖于FMDB",
"homepage": "https://github.com/zhangsen093725/ZSDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangsen093725": "376019018@qq.com"
},
"source": {
"git": "https://github.com/zhangsen093725/ZSDB.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZSDB/**/*",
"dependencies": {
"FMDB": [
],
"ZSProjectToolBox": [
]
}
}