blob: ac944719f97cbebefa668490e02d5402490cc4d0 [file] [log] [blame]
{
"name": "TBLogger",
"version": "1.1.1",
"summary": "TBLogger helps you log in clear per instance way",
"description": "TBLogger helps you log in clear per instance way.\nYou could set desired log level in runtime and even change it on the fly.\nYou could customize log format, log level descriptions.",
"homepage": "https://github.com/truebucha/TBLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"truebucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/TBLogger.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "TBLogger/Classes/**/*",
"public_header_files": "TBLogger/Classes/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"CDBKit": [
"~> 1.1"
]
}
}