blob: 971f384293b6c42b4dd0959a7ba59c6579eeeda6 [file] [log] [blame]
{
"name": "JustLogPlus",
"version": "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.",
"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",
"homepage": "https://github.com/huynguyen1991/JustLog",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Alberto De Bortoli": "alberto.debortoli@just-eat.com",
"Shabeer Hussain": "shabeer.hussain@just-eat.com",
"Andre Jacobs": "andre.jacobs@just-eat.com",
"Antonio Strijdom": "antonio.strijdom\"just-eat.com",
"Huy Nguyen": "huuhuy.nguyen1991@gmail.com"
},
"source": {
"git": "https://github.com/huynguyen1991/JustLog.git",
"tag": "3.1.4"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"source_files": [
"JustLog/Classes/**/*",
"JustLog/Extensions/**/*"
],
"dependencies": {
"SwiftyBeaver": [
"~> 1.9.1"
]
},
"swift_version": "5.0"
}