[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / e / 6 / zealous-logger / 1.0.0 / zealous-logger.podspec.json
blob2795d9729650b58b6fc02df70f899c746f467b5a
2   "name": "zealous-logger",
3   "version": "1.0.0",
4   "summary": "Zealous Logger is a small, simple, discrete but yet enthusiastic logger",
5   "description": "Zealous Logger is a small, simple, discrete but yet enthusiastic logger. Designed for those who need logs, but not snitches. We acknowledge that Application Logs are needed for troubleshooting and development purposes. That doesn't mean that you should choose between logging and your users' privacy. We believe that Privacy is a Human Right, so logs shouldn't leave your device unless you explicitly want to. We write this small library with that in mind.",
6   "homepage": "https://github.com/zcash-hackworks/zealous-logger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Francisco 'Pacu' Gindre": "francisco.gindre@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zcash-hackworks/zealous-logger",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.12"
21   },
22   "source_files": "Sources/zealous-logger/**/*.{swift}",
23   "swift_versions": "5.1",
24   "dependencies": {
25     "CocoaLumberjack/Swift": [
26       "~> 3.7.0"
27     ]
28   },
29   "frameworks": "OSLog",
30   "testspecs": [
31     {
32       "name": "Tests",
33       "test_type": "unit",
34       "source_files": "Tests/zealous-loggerTests/**/*.{swift}",
35       "dependencies": {
36         "CocoaLumberjack/Swift": [
37           "~> 3.7.0"
38         ]
39       }
40     }
41   ],
42   "swift_version": "5.1"