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