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