blob: d2b481abb3599b81ccc2e66a45e4a573e01a85b0 [file] [log] [blame]
{
"name": "FMDBHelper",
"version": "1.1.0",
"summary": "Easier to use FMDB, support ORM and JSON into the model class.",
"homepage": "http://lijingcheng.github.io/",
"license": "MIT",
"authors": {
"lijingcheng": "bj_lijingcheng@163.com"
},
"source": {
"git": "https://github.com/lijingcheng/FMDBHelper.git",
"tag": "1.1.0"
},
"social_media_url": "http://weibo.com/lijingcheng1984",
"source_files": "FMDBHelper/Classes/*.{h,m}",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"FMDB": [
"2.7.5"
]
}
}