blob: 7ee665677bb39f5f8d47bb2829d4e625e827b1e3 [file] [log] [blame]
{
"name": "DBSQL",
"version": "0.0.2",
"summary": "DBSQL.",
"description": "DBSQL 数据库二次封装操作",
"homepage": "https://github.com/xiaoyeZhang/DBSQL.git",
"license": "MIT",
"authors": {
"张晓烨": "82387913@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xiaoyeZhang/DBSQL.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"FMDB": [
]
}
}