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