blob: a43770abb0c35d9e96a7d8fbd0c9258020943666 [file] [log] [blame]
{
"name": "YHDB",
"version": "1.0.1",
"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.1"
},
"source_files": [
"YHDB",
"YHDB/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}