blob: a8ed87deed9d163a63a07f26187c815803002b85 [file] [log] [blame]
{
"name": "FMDBHelper",
"version": "1.0.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.0.0"
},
"social_media_url": "http://weibo.com/lijingcheng1984",
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"FMDB": [
"2.6.2"
]
}
}