blob: 1d8f18e48ccb9f3587c8bd0cb50e0facaa32bea9 [file] [log] [blame]
{
"name": "simple-logger-ios",
"version": "0.1.0",
"summary": "Convenience wrapper functions for writing to Apple System Log",
"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.",
"homepage": "https://github.com/bbc/simple-logger-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Rajiv Ramdhany": "rajiv.ramdhany@bbc.co.uk"
},
"source": {
"git": "https://github.com/bbc/simple-logger-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "simple-logger-ios/Classes/**/*"
}