2 "name": "BufferedLogger",
4 "summary": "Tiny but thread-safe logger with a buffering and retrying mechanism for iOS",
5 "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.",
6 "homepage": "https://github.com/yoheimuta/BufferedLogger",
9 "yohei yoshimuta": "yoheimuta@gmail.com"
15 "git": "https://github.com/yoheimuta/BufferedLogger.git",
18 "source_files": "BufferedLogger/*.swift",
19 "frameworks": "Foundation",
24 "swift_version": "5.0"