Skip to content

Commit

Permalink
Merge pull request #174 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
fix: ref #171
  • Loading branch information
akornich authored Jul 8, 2019
2 parents 08b1885 + eca964c commit 74dba76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rollbar.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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" }
Expand All @@ -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',
Expand Down

0 comments on commit 74dba76

Please sign in to comment.