4 "summary": "Lightweight scalable logging for debug purposes",
5 "description": "Lightweight and quickly scaleable logging for iOS Apps during Debug phase. Just add modules via [Log activateModule: @\"module-name\"] and you can log via the activated module.\n[Log i:@\"tag\", Text: @\"text\"] can be used for information output\n[Log e:@\"tag\", Text: @\"text\"] can be used for error output\n[Log w:@\"tag\", Text: @\"text\"] can be used for warning output",
6 "homepage": "https://github.com/snakeNet-org/snLog",
12 "Marc Fiedler": "marc@snakenet.org"
15 "git": "https://github.com/snakeNet-org/snLog.git",
18 "social_media_url": "https://twitter.com/snakenet_org",
22 "source_files": "snLog/Classes/**/*"