[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 2 / 4 / TraceLogAdaptiveWriter / 1.0.1 / TraceLogAdaptiveWriter.podspec.json
blobb9358d0371466ecdf0c6aa50c3bcbdfffd9e1af2
2   "name": "TraceLogAdaptiveWriter",
3   "version": "1.0.1",
4   "summary": "An adaptive system log writer for the TraceLog logging system.",
5   "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.",
6   "license": "Apache License, Version 2.0",
7   "homepage": "https://github.com/tonystone/tracelog-adaptive-writer",
8   "authors": {
9     "Tony Stone": "https://github.com/tonystone"
10   },
11   "source": {
12     "git": "https://github.com/tonystone/tracelog-adaptive-writer.git",
13     "tag": "1.0.1"
14   },
15   "swift_version": "4.1",
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "watchos": "3.0",
20     "tvos": "10.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/TraceLogAdaptiveWriter/**/*.swift",
24   "dependencies": {
25     "TraceLog": [
26       ">= 4.0.1",
27       "< 5.0.0"
28     ]
29   }