blob: 8131f5fe0964955ecf8c57083514afd55cf02213 [file] [log] [blame]
{
"name": "MTDB",
"version": "0.1.0",
"license": "MIT",
"summary": "Extension of FMDB",
"homepage": "https://github.com/aunm123/MTDB",
"authors": {
"Tim": "aunm123@yeah.net"
},
"source": {
"git": "https://github.com/aunm123/MTDB.git",
"tag": "0.1.0"
},
"source_files": "Class/**/*",
"public_header_files": "Class/**/*.h",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.5"
]
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}