[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 9 / 2 / JustLog / 3.2.3 / JustLog.podspec.json
blobb4dd8f3ebe495e06d322ff5e03e4282b352aa349
2   "name": "JustLog",
3   "version": "3.2.3",
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": {
12     "Alberto De Bortoli": "alberto.debortoli@just-eat.com",
13     "Shabeer Hussain": "shabeer.hussain@just-eat.com",
14     "Andre Jacobs": "andre.jacobs@just-eat.com",
15     "Antonio Strijdom": "antonio.strijdom\"just-eat.com"
16   },
17   "source": {
18     "git": "https://github.com/justeat/JustLog.git",
19     "tag": "3.2.3"
20   },
21   "social_media_url": "https://twitter.com/justeat_tech",
22   "platforms": {
23     "ios": "10.0",
24     "tvos": "10.0"
25   },
26   "swift_versions": "5.0",
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "source_files": [
31     "JustLog/Classes/**/*",
32     "JustLog/Extensions/**/*"
33   ],
34   "dependencies": {
35     "SwiftyBeaver": [
36       "~> 1.9.3"
37     ]
38   },
39   "swift_version": "5.0"