[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 9 / 2 / JustLog / 3.0.4 / JustLog.podspec.json
blob37c200e7b04160ef76224851604a037ce449dc44
2   "name": "JustLog",
3   "version": "3.0.4",
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 CocoaAsyncSocket and 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   },
16   "source": {
17     "git": "https://github.com/justeat/JustLog.git",
18     "tag": "3.0.4"
19   },
20   "social_media_url": "https://twitter.com/justeat_tech",
21   "platforms": {
22     "ios": "10.0",
23     "tvos": "10.0"
24   },
25   "swift_versions": "5.0",
26   "pod_target_xcconfig": {
27     "DEFINES_MODULE": "YES"
28   },
29   "source_files": [
30     "JustLog/Classes/**/*",
31     "JustLog/Extensions/**/*"
32   ],
33   "dependencies": {
34     "SwiftyBeaver": [
35       "~> 1.8.3"
36     ],
37     "CocoaAsyncSocket": [
38       "~> 7.6.3"
39     ]
40   },
41   "swift_version": "5.0"