blob: 24fb0dc84bbf1c51ec24d41122edeedd9e01c8e1 [file] [log] [blame]
{
"name": "Rollbar",
"version": "1.9.1",
"summary": "Objective-C library for crash reporting and logging with Rollbar. It works on iOS and macOS.",
"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.",
"homepage": "https://rollbar.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rollbar": "support@rollbar.com"
},
"social_media_url": "http://twitter.com/rollbar",
"platforms": {
"ios": "8.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/rollbar/rollbar-ios.git",
"tag": "v1.9.1",
"submodules": true
},
"source_files": [
"KSCrash/Source/KSCrash/**/*.{m,h,mm,c,cpp}",
"Rollbar/*.{h,m}",
"Rollbar/DTOs/*.{h,m}",
"Rollbar/Deploys/*.{h,m}"
],
"public_header_files": [
"Rollbar/Rollbar.h",
"Rollbar/RollbarNotifier.h",
"Rollbar/RollbarConfiguration.h",
"Rollbar/RollbarLevel.h",
"Rollbar/RollbarTelemetry.h",
"Rollbar/RollbarTelemetryType.h",
"Rollbar/RollbarKSCrashReportSink.h",
"Rollbar/RollbarKSCrashInstallation.h",
"Rollbar/Deploys/RollbarDeploysProtocol.h",
"Rollbar/Deploys/RollbarDeploysManager.h",
"Rollbar/RollbarJSONFriendlyProtocol.h",
"Rollbar/RollbarJSONFriendlyObject.h",
"Rollbar/Deploys/Deployment.h",
"Rollbar/Deploys/DeploymentDetails.h",
"Rollbar/Deploys/DeployApiCallResult.h",
"Rollbar/DTOs/JSONSupport.h",
"Rollbar/DTOs/DataTransferObject.h",
"Rollbar/DTOs/DataTransferObject+CustomData.h",
"Rollbar/DTOs/CaptureIpType.h",
"Rollbar/DTOs/RollbarConfig.h",
"Rollbar/DTOs/RollbarDestination.h",
"Rollbar/DTOs/RollbarDeveloperOptions.h",
"Rollbar/DTOs/RollbarProxy.h",
"Rollbar/DTOs/RollbarScrubbingOptions.h",
"Rollbar/DTOs/RollbarServer.h",
"Rollbar/DTOs/RollbarPerson.h",
"Rollbar/DTOs/RollbarModule.h",
"Rollbar/DTOs/RollbarTelemetryOptions.h",
"Rollbar/DTOs/RollbarLoggingOptions.h",
"KSCrash/Source/KSCrash/Recording/KSCrash.h",
"KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h",
"KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h",
"KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h",
"KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h",
"KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h",
"KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h",
"KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h"
],
"ios": {
"frameworks": [
"Foundation",
"SystemConfiguration",
"UIKit",
"MessageUI"
]
},
"osx": {
"frameworks": [
"Foundation",
"SystemConfiguration"
]
},
"libraries": [
"c++",
"z"
],
"requires_arc": true
}