blob: bf63fd893bf31628accd71f6ef3c82c15f90b8e0 [file] [log] [blame]
{
"name": "MSSentryCocoaLumberjack",
"version": "0.1.0",
"summary": "Custom CocoaLumberjack logger for Sentry",
"description": "MSSentryLogger is a custom logger for CocoaLumberjack that logs to Sentry.\nIt contains a mapping from the CocoaLumberJack DDLogFlag to the Sentry RavenLogEvent.\nYou can call the CocoaLumberjack logging function and it will produce a corresponding event in Sentry.",
"homepage": "https://github.com/messeb/MSSentryCocoaLumberjack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "messeb",
"source": {
"git": "https://github.com/messeb/MSSentryCocoaLumberjack.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MSSentryCocoaLumberjack/Classes/**/*",
"dependencies": {
"CocoaLumberjack/Swift": [
],
"RavenSwift": [
]
}
}