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/Abstraction_Common/*.{h,m}",
28 "Rollbar/Abstraction_DTO/*.{h,m}",
29 "Rollbar/Abstraction_Deploys/*.{h,m}",
30 "Rollbar/Common/*.{h,m}",
31 "Rollbar/Notifier/*.{h,m}",
32 "Rollbar/Notifier_DTOs/*.{h,m}",
33 "Rollbar/Deploys/*.{h,m}",
34 "Rollbar/Deploys_DTOs/*.{h,m}"
36 "public_header_files": [
37 "Rollbar/Abstraction_Common/Persistent.h",
38 "Rollbar/Abstraction_Common/JSONSupport.h",
39 "Rollbar/Abstraction_DTO/RollbarDTOAbstraction.h",
40 "Rollbar/Abstraction_DTO/DataTransferObject.h",
41 "Rollbar/Abstraction_DTO/DataTransferObject+CustomData.h",
42 "Rollbar/Abstraction_Deploys/RollbarDeploysProtocol.h",
43 "Rollbar/Common/TriStateFlag.h",
44 "Rollbar/Notifier/Rollbar.h",
45 "Rollbar/Notifier/RollbarFacade.h",
46 "Rollbar/Notifier/RollbarNotifier.h",
47 "Rollbar/Notifier/RollbarConfiguration.h",
48 "Rollbar/Notifier/RollbarTelemetry.h",
49 "Rollbar/Notifier/RollbarLog.h",
50 "Rollbar/Notifier/RollbarKSCrashReportSink.h",
51 "Rollbar/Notifier/RollbarKSCrashInstallation.h",
52 "Rollbar/Notifier/RollbarJSONFriendlyProtocol.h",
53 "Rollbar/Notifier/RollbarJSONFriendlyObject.h",
54 "Rollbar/Notifier_DTOs/RollbarPayloadDTOs.h",
55 "Rollbar/Notifier_DTOs/RollbarLevel.h",
56 "Rollbar/Notifier_DTOs/CaptureIpType.h",
57 "Rollbar/Notifier_DTOs/HttpMethod.h",
58 "Rollbar/Notifier_DTOs/RollbarAppLanguage.h",
59 "Rollbar/Notifier_DTOs/RollbarSource.h",
60 "Rollbar/Notifier_DTOs/RollbarPayload.h",
61 "Rollbar/Notifier_DTOs/RollbarData.h",
62 "Rollbar/Notifier_DTOs/RollbarBody.h",
63 "Rollbar/Notifier_DTOs/RollbarMessage.h",
64 "Rollbar/Notifier_DTOs/RollbarTrace.h",
65 "Rollbar/Notifier_DTOs/RollbarCallStackFrame.h",
66 "Rollbar/Notifier_DTOs/RollbarCallStackFrameContext.h",
67 "Rollbar/Notifier_DTOs/RollbarException.h",
68 "Rollbar/Notifier_DTOs/RollbarCrashReport.h",
69 "Rollbar/Notifier_DTOs/RollbarConfig.h",
70 "Rollbar/Notifier_DTOs/RollbarServerConfig.h",
71 "Rollbar/Notifier_DTOs/RollbarDestination.h",
72 "Rollbar/Notifier_DTOs/RollbarDeveloperOptions.h",
73 "Rollbar/Notifier_DTOs/RollbarProxy.h",
74 "Rollbar/Notifier_DTOs/RollbarScrubbingOptions.h",
75 "Rollbar/Notifier_DTOs/RollbarRequest.h",
76 "Rollbar/Notifier_DTOs/RollbarPerson.h",
77 "Rollbar/Notifier_DTOs/RollbarModule.h",
78 "Rollbar/Notifier_DTOs/RollbarTelemetryOptions.h",
79 "Rollbar/Notifier_DTOs/RollbarLoggingOptions.h",
80 "Rollbar/Notifier_DTOs/RollbarServer.h",
81 "Rollbar/Notifier_DTOs/RollbarClient.h",
82 "Rollbar/Notifier_DTOs/RollbarJavascript.h",
83 "Rollbar/Notifier_DTOs/RollbarTelemetryType.h",
84 "Rollbar/Notifier_DTOs/RollbarTelemetryEvent.h",
85 "Rollbar/Notifier_DTOs/RollbarTelemetryBody.h",
86 "Rollbar/Notifier_DTOs/RollbarTelemetryLogBody.h",
87 "Rollbar/Notifier_DTOs/RollbarTelemetryViewBody.h",
88 "Rollbar/Notifier_DTOs/RollbarTelemetryErrorBody.h",
89 "Rollbar/Notifier_DTOs/RollbarTelemetryNavigationBody.h",
90 "Rollbar/Notifier_DTOs/RollbarTelemetryNetworkBody.h",
91 "Rollbar/Notifier_DTOs/RollbarTelemetryConnectivityBody.h",
92 "Rollbar/Notifier_DTOs/RollbarTelemetryManualBody.h",
93 "Rollbar/Deploys/RollbarDeploys.h",
94 "Rollbar/Deploys/RollbarDeploysManager.h",
95 "Rollbar/Deploys_DTOs/RollbarDeploysDTOs.h",
96 "Rollbar/Deploys_DTOs/Deployment.h",
97 "Rollbar/Deploys_DTOs/DeploymentDetails.h",
98 "Rollbar/Deploys_DTOs/DeployApiCallResult.h",
99 "Rollbar/Deploys_DTOs/DeployApiCallOutcome.h",
100 "KSCrash/Source/KSCrash/Recording/KSCrash.h",
101 "KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h",
102 "KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h",
103 "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
104 "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
105 "KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h",
106 "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
107 "KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h"
112 "SystemConfiguration",
120 "SystemConfiguration"