blob: 12ed9c0b6b826dcb8d49c4a32a870e875740370f [file] [log] [blame]
{
"name": "YHFMDBHelper",
"version": "0.2",
"summary": "SQL helpers for FMDB",
"description": "Helper categories for FMDB to spell SQL statements,\nand easy use FMDB with Model Mapping.",
"homepage": "https://github.com/YouSelf/YHFMDBHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangyuehong": "wang_gnawer@163.com"
},
"social_media_url": "http://www.302li.com",
"source": {
"git": "https://github.com/YouSelf/YHFMDBHelper.git",
"tag": "0.2"
},
"source_files": "Sources",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.3"
]
}
}