blob: 3ad06100146bad51f2439c77f4184f5c46522eeb [file] [log] [blame]
{
"name": "microLogger",
"module_name": "MicroLogger",
"version": "1.0.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.",
"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.0.0"
},
"source_files": "microLogger/**/*.{h,m,swift}",
"exclude_files": "**/microLoggerTests/**/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}