blob: b7cf12e4174ccd8c14cef3f396bd22868cebe87d [file] [log] [blame]
{
"name": "microLogger",
"module_name": "MicroLogger",
"version": "1.0.3",
"summary": "Lightweight logger for your swift app.",
"description": "Ideal sollution for your swift app when you want to have a simple control over your logged messages.\n\nJust select appropriate loglevel for your debug or production build and you do not have to worry about printing something inappropriate in production.\n\nNEW v1.0.3: option to redirect all logs to a file",
"homepage": "https://github.com/micromanc3r/microLogger",
"license": "MIT",
"authors": {
"Miroslav Sliacky": "micromanc3r@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/micromanc3r/microLogger.git",
"tag": "1.0.3"
},
"source_files": "microLogger/**/*.{h,m,swift}",
"exclude_files": "**/microLoggerTests/**/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}