blob: 37a9df021a118e6783d52e78ca180e02896c4d66 [file] [log] [blame]
{
"name": "JustLog",
"version": "2.6.0",
"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 CocoaAsyncSocket and SwiftyBeaver, exposes a simple swifty API but it plays just fine also with Objective-C.\n DESC",
"homepage": "https://github.com/justeat/JustLog",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Just Eat iOS team": "justeat.ios.team@gmail.com",
"Alberto De Bortoli": "alberto.debortoli@just-eat.com",
"Shabeer Hussain": "shabeer.hussain@just-eat.com",
"Andre Jacobs": "andre.jacobs@just-eat.com"
},
"source": {
"git": "https://github.com/justeat/JustLog.git",
"tag": "2.6.0"
},
"social_media_url": "https://twitter.com/justeat_tech",
"platforms": {
"ios": "8.0",
"tvos": "10.0"
},
"swift_version": "5.0",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"source_files": [
"JustLog/Classes/**/*",
"JustLog/Extensions/**/*"
],
"dependencies": {
"SwiftyBeaver": [
"~> 1.7.0"
],
"CocoaAsyncSocket": [
"~> 7.6.3"
]
}
}