blob: 3ef8d337cd4c05169568158dd76736127fbe5ebc [file] [log] [blame]
{
"name": "FFDB",
"version": "4.0.2",
"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": "4.0.2"
},
"source_files": [
"FFDB",
"FFDB/*.{h,m}"
],
"libraries": "sqlite3",
"dependencies": {
"FMDB": [
"~> 2.7.2"
]
}
}