blob: 7508eeba972afc7e3091ea8bcb8b92c84e4f317c [file] [log] [blame]
{
"name": "microLogger",
"module_name": "MicroLogger",
"version": "1.1.0",
"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.1.0: we use os_log instead of print",
"homepage": "https://github.com/micromanc3r/microLogger",
"license": "MIT",
"authors": {
"Miroslav Sliacky": "micromanc3r@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/micromanc3r/microLogger.git",
"tag": "1.1.0"
},
"source_files": "microLogger/**/*.{h,m,swift}",
"exclude_files": "**/microLoggerTests/**/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}