blob: 06c177b4539ed1380c711b9f1fb4d79ce3762cab [file] [log] [blame]
{
"name": "YHFMDBHelper",
"version": "0.1.0",
"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.1.0"
},
"source_files": "Sources",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.3"
]
}
}