[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 9 / 2 / JustLog / 3.8.0 / JustLog.podspec.json
blob2fef51399678b5aa9890bc9537dbdf7cd34d8158
2   "name": "JustLog",
3   "version": "3.8.0",
4   "summary": "JustLog brings logging on iOS to the next level. It supports console, file and remote Logstash logging via TCP socket with no effort.",
5   "description": "<<-DESC\n  JustLog brings logging on iOS to the next level. It supports console, file and remote Logstash logging via TCP socket out of the box. You can setup JustLog to use [logz.io](http://logz.io) with no effort. JustLog relies on SwiftyBeaver, exposes a simple swifty API but it plays just fine also with Objective-C.\n                         DESC",
6   "homepage": "https://github.com/justeat/JustLog",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Just Eat Takeaway iOS Team",
12   "source": {
13     "git": "https://github.com/justeat/JustLog.git",
14     "tag": "3.8.0"
15   },
16   "social_media_url": "https://twitter.com/justeat_tech",
17   "platforms": {
18     "ios": "10.0",
19     "tvos": "10.0"
20   },
21   "swift_versions": "5.0",
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "source_files": [
26     "JustLog/Classes/**/*",
27     "JustLog/Extensions/**/*"
28   ],
29   "dependencies": {
30     "SwiftyBeaver": [
31       "~> 1.9.3"
32     ]
33   },
34   "swift_version": "5.0"