blob: 798db2f74b97c9df11a4c59020b004896834a443 [file] [log] [blame]
{
"name": "MTDB",
"version": "0.2.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.2.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
}
}