blob: 13274429268fa38f0971c745b874e0ee4190ec23 [file] [log] [blame]
{
"name": "Rollbar",
"version": "1.7.0",
"summary": "Objective-C library for crash reporting and logging with Rollbar.",
"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": "7.0"
},
"source": {
"git": "https://github.com/rollbar/rollbar-ios.git",
"tag": "v1.7.0",
"submodules": true
},
"source_files": [
"KSCrash/Source/KSCrash/**/*.{m,h,mm,c,cpp}",
"Rollbar/*.{h,m}"
],
"public_header_files": [
"Rollbar/Rollbar.h",
"Rollbar/RollbarNotifier.h",
"Rollbar/RollbarLogger.h",
"Rollbar/RollbarConfiguration.h",
"Rollbar/RollbarLevel.h",
"Rollbar/RollbarPayloadTruncator.h",
"Rollbar/RollbarReachability.h",
"Rollbar/RollbarFileReader.h",
"Rollbar/RollbarThread.h",
"Rollbar/RollbarTelemetry.h",
"Rollbar/RollbarTelemetryType.h",
"Rollbar/NSJSONSerialization+Rollbar.h",
"Rollbar/RollbarKSCrashReportSink.h",
"Rollbar/RollbarKSCrashInstallation.h",
"Rollbar/Deploys/RollbarDeploysProtocol.h",
"Rollbar/Deploys/RollbarDeploysManager.h",
"Rollbar/Deploys/Deployment.h",
"Rollbar/Deploys/DeploymentDetails.h",
"Rollbar/Deploys/DeployApiCallResult.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"
],
"frameworks": [
"SystemConfiguration",
"MessageUI",
"UIKit",
"Foundation"
],
"libraries": [
"c++",
"z"
],
"requires_arc": true
}