blob: 55ad33b8db2e2d1e5b711d6a85d233802a261c1a [file] [log] [blame]
{
"name": "PapertrailLogHandler",
"version": "1.1.1",
"authors": {
"Bas van Kuijck": "bas@e-sites.nl"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://www.e-sites.nl",
"summary": "Papertrail swift-log handler",
"source": {
"git": "https://github.com/e-sites/swift-log-papertrail.git",
"tag": "v1.1.1"
},
"source_files": "Sources/**/*.{h,swift}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"Logging": [
],
"CocoaAsyncSocket": [
]
},
"swift_versions": [
"5.2"
],
"swift_version": "5.2"
}