blob: 57d69d3279b2c649e16e6449009b41fc7e737c24 [file] [log] [blame]
{
"name": "TraceLogAdaptiveWriter",
"version": "1.0.0",
"summary": "An adaptive system log writer for the TraceLog logging system.",
"description": "A `Writer` implementation for the TraceLog logging system that logs to the system logging facility on the platform that its running on.\n\n - **Linux**: On Linux it will writer to the systemd journal.\n - **Darwin**: On Darwin platforms (macOS, iOS, tvOS, watchOS) it will write to the Unified Logging System.\n\nSee [TraceLog](https://github.com/tonystone/tracelog) for more details.",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/tonystone/tracelog-adaptive-writer",
"authors": {
"Tony Stone": "https://github.com/tonystone"
},
"source": {
"git": "https://github.com/tonystone/tracelog-adaptive-writer.git",
"tag": "1.0.0"
},
"swift_version": "4.1",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "Sources/TraceLogAdaptiveWriter/**/*.swift",
"dependencies": {
"TraceLog": [
">= 4.0.1"
]
}
}