[Add] MapboxCommon 24.10.0-daily-2025-01-02-04-26
[CocoaPods.git] / Specs / c / 2 / 7 / Evergreen / 0.10 / Evergreen.podspec.json
blob530dbe805b578dcdb7ac98fd4a5bd915dddbb51a
2   "name": "Evergreen",
3   "version": "0.10",
4   "summary": "Most natural Swift logging.",
5   "description": "Evergreen is a logging framework written in Swift.\n\nIt's all about replacing your `print()` statements with calls to Evergreen's versatile `log()` functions. Configure a logger hierarchy with log levels for your App or framework and use it to control the verbosity of your software's output. Use handlers and formatters to control the way log events are handled.",
6   "homepage": "http://github.com/viWiD/Evergreen",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Nils Fischer": "n.fischer@viwid.com"
13   },
14   "source": {
15     "git": "https://github.com/viWiD/Evergreen.git",
16     "tag": "v0.10"
17   },
18   "source_files": "Sources/Evergreen",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   }