Skip to content

Commit

Permalink
Merge pull request #38 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
fixing Cocoapods specs
  • Loading branch information
akornich authored Feb 17, 2021
2 parents 3b416a3 + 3f8cecf commit f04549c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RollbarCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit f04549c

Please sign in to comment.