2 "name": "simple-logger-ios",
4 "summary": "Convenience wrapper functions for writing to Apple System Log",
5 "description": "This framework provides a simple set of convenience wrapper functions for writing to ASL (Apple System\nLog).\n\nIt supports a compile-time log level by setting the value of the preprocessor macro\n`MW_COMPILE_TIME_LOG_LEVEL`. This will turn the associated log calls\ninto NOPs.",
6 "homepage": "https://github.com/bbc/simple-logger-ios",
8 "type": "Apache License, Version 2.0",
12 "Rajiv Ramdhany": "rajiv.ramdhany@bbc.co.uk"
15 "git": "https://github.com/bbc/simple-logger-ios.git",
21 "source_files": "simple-logger-ios/Classes/**/*"