[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 9 / 2 / JustLog / 1.3.1 / JustLog.podspec.json
blob59f82f6134ae5f8d75128ee142e4780316f1959d
2   "name": "JustLog",
3   "version": "1.3.1",
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     "Just Eat iOS team": "justeat.ios.team@gmail.com",
13     "Alberto De Bortoli": "alberto.debortoli@just-eat.com",
14     "Shabeer Hussain": "shabeer.hussain@just-eat.com",
15     "Andre Jacobs": "andre.jacobs@just-eat.com"
16   },
17   "source": {
18     "git": "https://github.com/justeat/JustLog.git",
19     "tag": "1.3.1"
20   },
21   "social_media_url": "https://twitter.com/justeat_tech",
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": [
26     "JustLog/Classes/**/*",
27     "JustLog/Extensions/**/*"
28   ],
29   "dependencies": {
30     "SwiftyBeaver": [
31       "~> 1.4.0"
32     ],
33     "CocoaAsyncSocket": [
34       "~> 7.6.1"
35     ]
36   },
37   "pushed_with_swift_version": "3.0"