From 3f8cecfc9a15ac889116e98be9562ac1a02f213d Mon Sep 17 00:00:00 2001 From: Andrey Kornich Date: Tue, 16 Feb 2021 19:46:53 -0800 Subject: [PATCH] fixing Cocoapods specs --- RollbarCommon.podspec | 4 ++-- RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RollbarCommon.podspec b/RollbarCommon.podspec index f23c592f..81afb023 100644 --- a/RollbarCommon.podspec +++ b/RollbarCommon.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = '2.0.0-alpha34' + s.version = '2.0.0-alpha35' s.name = 'RollbarCommon' s.summary = 'Application or client side SDK for interacting with the Rollbar API Server.' s.description = <<-DESC @@ -27,7 +27,7 @@ Pod::Spec.new do |s| # Or just: s.author = 'Andrey Kornich' s.social_media_url = 'http://twitter.com/rollbar' s.source = { :git => 'https://github.com/rollbar/rollbar-apple.git', - :tag => 'v#{s.version}' + :tag => "v#{s.version}" } s.resource = 'rollbar-logo.png' # s.resources = 'Resources/*.png' diff --git a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m index fe143e99..96b2fd92 100644 --- a/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m +++ b/RollbarNotifier/Sources/RollbarNotifier/DTOs/RollbarConfig.m @@ -22,7 +22,7 @@ #pragma mark - constants -static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha34"; +static NSString * const NOTIFIER_VERSION = @"2.0.0-alpha35"; static NSString * const NOTIFIER_NAME = @"rollbar-apple";