4 "summary": "Dependency free logging library.",
5 "description": "Logging library that you can use to have dependency free logs in your other cocoapod libraries. One can implement a custom log handler or use wither a default implementation or CocoaLumberjack handler.",
6 "homepage": "https://github.com/TriforkKRK/TFLogger",
7 "license": "Apache v2",
9 "Krzysztof Profic": "kprofic@gmail.com"
12 "git": "https://github.com/TriforkKRK/TFLogger.git",
22 "source_files": "Pod/*.{m,h}"
25 "name": "CocoaLumberjackHandler",
26 "source_files": "Pod/CocoaLumberjackHandler/*.{m,h}",
37 "name": "NSLogVisualFormat",
38 "source_files": "Pod/NSLogVisualFormat/*.{m,h}",