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