### New Pull Request Checklist - [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/CocoaLumberjack/CocoaLumberjack/blob/master/.github/CONTRIBUTING.md) - [ ] I have read the [Documentation](http://cocoadocs.org/docsets/CocoaLumberjack/) - [ ] I have searched for a similar pull request in the [project](https://github.com/CocoaLumberjack/CocoaLumberjack/pulls) and found none
- [ ] I have updated this branch with the latest master to avoid conflicts (via rebase of master) - [ ] I have added the required tests to prove the fix/feature I am adding - [ ] I have updated the documentation (if necessary) - [ ] I have run the tests and they pass - [ ] I have run the lint and it passes (`pod lib lint`) This merge request fixes / refers to the following issues: ... ### Pull Request Description ...