From eca964cd16fd70bbd1a41c47a631d7a5d462a993 Mon Sep 17 00:00:00 2001 From: Andrey Kornich Date: Mon, 8 Jul 2019 16:04:38 -0700 Subject: [PATCH] fix: ref #171 --- Rollbar.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rollbar.podspec b/Rollbar.podspec index 5476c99..a4d875a 100644 --- a/Rollbar.podspec +++ b/Rollbar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| - s.version = "1.8.0-alpha2" + s.version = "1.8.0-alpha3" s.name = "Rollbar" s.summary = "Objective-C library for crash reporting and logging with Rollbar." s.description = <<-DESC @@ -9,7 +9,6 @@ Pod::Spec.new do |s| Analyze, de-dupe, send alerts, and prepare the data for further analysis. Search, sort, and prioritize via the Rollbar dashboard. DESC - s.screenshot = "https://github.com/rollbar/rollbar-ios/blob/master/rollbar-logo.png" s.homepage = "https://rollbar.com" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Rollbar" => "support@rollbar.com" } @@ -30,6 +29,7 @@ Pod::Spec.new do |s| 'Rollbar/RollbarConfiguration.h', 'Rollbar/RollbarLevel.h', 'Rollbar/RollbarJSONFriendlyProtocol.h', + 'Rollbar/RollbarJSONFriendlyObject.h', 'Rollbar/RollbarTelemetry.h', 'Rollbar/RollbarTelemetryType.h', 'Rollbar/RollbarKSCrashReportSink.h',