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/RollbarNotifier.h",
33 "Rollbar/RollbarConfiguration.h",
34 "Rollbar/RollbarLevel.h",
35 "Rollbar/RollbarTelemetry.h",
36 "Rollbar/RollbarTelemetryType.h",
37 "Rollbar/RollbarKSCrashReportSink.h",
38 "Rollbar/RollbarKSCrashInstallation.h",
39 "Rollbar/Deploys/RollbarDeploysProtocol.h",
40 "Rollbar/Deploys/RollbarDeploysManager.h",
41 "Rollbar/RollbarJSONFriendlyProtocol.h",
42 "Rollbar/RollbarJSONFriendlyObject.h",
43 "Rollbar/Deploys/Deployment.h",
44 "Rollbar/Deploys/DeploymentDetails.h",
45 "Rollbar/Deploys/DeployApiCallResult.h",
46 "Rollbar/DTOs/JSONSupport.h",
47 "Rollbar/DTOs/DataTransferObject.h",
48 "Rollbar/DTOs/DataTransferObject+CustomData.h",
49 "Rollbar/DTOs/CaptureIpType.h",
50 "Rollbar/DTOs/RollbarConfig.h",
51 "Rollbar/DTOs/RollbarDestination.h",
52 "Rollbar/DTOs/RollbarDeveloperOptions.h",
53 "Rollbar/DTOs/RollbarProxy.h",
54 "Rollbar/DTOs/RollbarScrubbingOptions.h",
55 "Rollbar/DTOs/RollbarServer.h",
56 "Rollbar/DTOs/RollbarPerson.h",
57 "Rollbar/DTOs/RollbarModule.h",
58 "Rollbar/DTOs/RollbarTelemetryOptions.h",
59 "Rollbar/DTOs/RollbarLoggingOptions.h",
60 "KSCrash/Source/KSCrash/Recording/KSCrash.h",
61 "KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h",
62 "KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h",
63 "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
64 "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
65 "KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h",
66 "KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
67 "KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h"
72 "SystemConfiguration",