blob: adcc08bdc55e8c91512b1a629d54cf8fff1da4af [file] [log] [blame]
{
"name": "YHDB",
"version": "1.0.3",
"summary": "Package based on fmdb.",
"description": "Package based on fmdb,used to call database operation conveniently.used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/wyhazq/YHDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wyhazq": "443265447@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/wyhazq/YHDB.git",
"tag": "1.0.3"
},
"source_files": "YHDB",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}