blob: 5edd661c3714622f74fd3c2136629d262f6ea5ba [file] [log] [blame]
{
"name": "FFDB",
"version": "2.5.0",
"summary": "easy to use FMDB",
"homepage": "https://github.com/Fidetro/FFDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fidetro": "zykzzzz@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Fidetro/FFDB.git",
"tag": "2.5.0"
},
"source_files": [
"FFDB",
"FFDB/*.{h,m}"
],
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
"~> 2.7.2"
]
}
}