[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 1 / 3 / BufferedLogger / 0.5.0 / BufferedLogger.podspec.json
blob91bcfa2e2968b0cd2991d00679cff08711aef37f
2   "name": "BufferedLogger",
3   "version": "0.5.0",
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",
7   "license": "MIT",
8   "authors": {
9     "yohei yoshimuta": "yoheimuta@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/yoheimuta/BufferedLogger.git",
16     "tag": "v0.5.0"
17   },
18   "source_files": "BufferedLogger/*.swift",
19   "frameworks": "Foundation",
20   "swift_versions": [
21     "5.0",
22     "5.0"
23   ],
24   "swift_version": "5.0"