blob: 91bcfa2e2968b0cd2991d00679cff08711aef37f [file] [log] [blame]
{
"name": "BufferedLogger",
"version": "0.5.0",
"summary": "Tiny but thread-safe logger with a buffering and retrying mechanism for iOS",
"description": "- Buffer log entries until it's time to output them.\n- Batch multiple log entries to use them at the same time.\n- Retry outputing log entries when some backoff time elapsed after some errors occurred.",
"homepage": "https://github.com/yoheimuta/BufferedLogger",
"license": "MIT",
"authors": {
"yohei yoshimuta": "yoheimuta@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/yoheimuta/BufferedLogger.git",
"tag": "v0.5.0"
},
"source_files": "BufferedLogger/*.swift",
"frameworks": "Foundation",
"swift_versions": [
"5.0",
"5.0"
],
"swift_version": "5.0"
}