4 "summary": "Objective-C library for crash reporting and logging with Rollbar. It works on iOS and macOS.",
5 "description": "Find, fix, and resolve errors with Rollbar.\nEasily send error data using Rollbar's API.\nAnalyze, de-dupe, send alerts, and prepare the data for further analysis.\nSearch, sort, and prioritize via the Rollbar dashboard.",
6 "homepage": "https://rollbar.com",
12 "Rollbar": "support@rollbar.com"
14 "social_media_url": "http://twitter.com/rollbar",
20 "git": "https://github.com/rollbar/rollbar-ios.git",
25 "KSCrash/Source/KSCrash/**/*.{m,h,mm,c,cpp}",
27 "Rollbar/DTOs/*.{h,m}",
28 "Rollbar/Deploys/*.{h,m}"
30 "public_header_files": [
32 "Rollbar/RollbarFacade.h",
33 "Rollbar/RollbarNotifier.h",
34 "Rollbar/RollbarConfiguration.h",
35 "Rollbar/RollbarTelemetry.h",
36 "Rollbar/RollbarTelemetryType.h",
37 "Rollbar/RollbarLog.h",
38 "Rollbar/RollbarJSONFriendlyProtocol.h",
39 "Rollbar/RollbarJSONFriendlyObject.h",
40 "Rollbar/RollbarKSCrashReportSink.h",
41 "Rollbar/RollbarKSCrashInstallation.h",
42 "Rollbar/Deploys/RollbarDeploysProtocol.h",
43 "Rollbar/Deploys/RollbarDeploysManager.h",
44 "Rollbar/Deploys/DeployApiCallOutcome.h",
45 "Rollbar/Deploys/Deployment.h",
46 "Rollbar/Deploys/DeploymentDetails.h",
47 "Rollbar/Deploys/DeployApiCallResult.h",
48 "Rollbar/Deploys/RollbarDeploysDTOs.h",
49 "Rollbar/Deploys/RollbarDeploys.h",
50 "Rollbar/DTOs/JSONSupport.h",
51 "Rollbar/DTOs/Persistent.h",
52 "Rollbar/DTOs/DataTransferObject.h",
53 "Rollbar/DTOs/DataTransferObject+CustomData.h",
54 "Rollbar/DTOs/RollbarDTOAbstraction.h",
55 "Rollbar/DTOs/RollbarLevel.h",
56 "Rollbar/DTOs/TriStateFlag.h",
57 "Rollbar/DTOs/CaptureIpType.h",
58 "Rollbar/DTOs/HttpMethod.h",
59 "Rollbar/DTOs/RollbarAppLanguage.h",
60 "Rollbar/DTOs/RollbarPayload.h",
61 "Rollbar/DTOs/RollbarData.h",
62 "Rollbar/DTOs/RollbarBody.h",
63 "Rollbar/DTOs/RollbarMessage.h",
64 "Rollbar/DTOs/RollbarTrace.h",
65 "Rollbar/DTOs/RollbarCallStackFrame.h",
66 "Rollbar/DTOs/RollbarCallStackFrameContext.h",
67 "Rollbar/DTOs/RollbarException.h",
68 "Rollbar/DTOs/RollbarCrashReport.h",
69 "Rollbar/DTOs/RollbarConfig.h",
70 "Rollbar/DTOs/RollbarServerConfig.h",
71 "Rollbar/DTOs/RollbarDestination.h",
72 "Rollbar/DTOs/RollbarDeveloperOptions.h",
73 "Rollbar/DTOs/RollbarProxy.h",
74 "Rollbar/DTOs/RollbarScrubbingOptions.h",
75 "Rollbar/DTOs/RollbarRequest.h",
76 "Rollbar/DTOs/RollbarPerson.h",
77 "Rollbar/DTOs/RollbarModule.h",
78 "Rollbar/DTOs/RollbarTelemetryOptions.h",
79 "Rollbar/DTOs/RollbarLoggingOptions.h",
80 "Rollbar/DTOs/RollbarServer.h",
81 "Rollbar/DTOs/RollbarClient.h",
82 "Rollbar/DTOs/RollbarJavascript.h",
83 "Rollbar/DTOs/RollbarPayloadDTOs.h",
84 "KSCrash/Source/KSCrash/Recording/KSCrash.h",
85 "KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h",
86 "KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h",
87 "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
88 "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
89 "KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h",
90 "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
91 "KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h"
96 "SystemConfiguration",
104 "SystemConfiguration"