[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / f / MSSentryCocoaLumberjack / 0.1.0 / MSSentryCocoaLumberjack.podspec.json
blobbf63fd893bf31628accd71f6ef3c82c15f90b8e0
2   "name": "MSSentryCocoaLumberjack",
3   "version": "0.1.0",
4   "summary": "Custom CocoaLumberjack logger for Sentry",
5   "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.",
6   "homepage": "https://github.com/messeb/MSSentryCocoaLumberjack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "messeb",
12   "source": {
13     "git": "https://github.com/messeb/MSSentryCocoaLumberjack.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "MSSentryCocoaLumberjack/Classes/**/*",
20   "dependencies": {
21     "CocoaLumberjack/Swift": [
23     ],
24     "RavenSwift": [
26     ]
27   }