Skip to content

Commit

Permalink
Merge pull request #61 from WideSpectrumComputing/master
Browse files Browse the repository at this point in the history
Fix: point all the Cocoapods podspecs to proper documentation site.
  • Loading branch information
akornich authored Mar 18, 2021
2 parents 469383c + 41efe60 commit e5d0907
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ The change log has moved to this repo's [GitHub Releases Page](https://github.co

## Release Notes

**2.0.0-beta8**
- fix: point all the Cocoapods podspecs to proper documentation site.

**2.0.0-beta7**
**2.0.0-beta6**
**2.0.0-beta5**
Expand Down
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-beta7"
s.version = "2.0.0-beta8"
s.name = "RollbarCommon"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
# s.license = "MIT (example)"
s.documentation_url = "https://docs.rollbar.com/docs/ios"
s.documentation_url = "https://docs.rollbar.com/docs/apple"
s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]",
"Rollbar" => "[email protected]" }
# s.author = { "Andrey Kornich" => "[email protected]" }
Expand Down
4 changes: 2 additions & 2 deletions RollbarDeploys.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-beta7"
s.version = "2.0.0-beta8"
s.name = "RollbarDeploys"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
# s.license = "MIT (example)"
s.documentation_url = "https://docs.rollbar.com/docs/ios"
s.documentation_url = "https://docs.rollbar.com/docs/apple"
s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]",
"Rollbar" => "[email protected]" }
# s.author = { "Andrey Kornich" => "[email protected]" }
Expand Down
4 changes: 2 additions & 2 deletions RollbarKSCrash.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-beta7"
s.version = "2.0.0-beta8"
s.name = "RollbarKSCrash"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
# s.license = "MIT (example)"
s.documentation_url = "https://docs.rollbar.com/docs/ios"
s.documentation_url = "https://docs.rollbar.com/docs/apple"
s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]",
"Rollbar" => "[email protected]" }
# s.author = { "Andrey Kornich" => "[email protected]" }
Expand Down
4 changes: 2 additions & 2 deletions RollbarNotifier.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-beta7"
s.version = "2.0.0-beta8"
s.name = "RollbarNotifier"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
# s.license = "MIT (example)"
s.documentation_url = "https://docs.rollbar.com/docs/ios"
s.documentation_url = "https://docs.rollbar.com/docs/apple"
s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]",
"Rollbar" => "[email protected]" }
# s.author = { "Andrey Kornich" => "[email protected]" }
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-beta7";
static NSString * const NOTIFIER_VERSION = @"2.0.0-beta8";

static NSString * const NOTIFIER_NAME = @"rollbar-apple";

Expand Down
4 changes: 2 additions & 2 deletions RollbarPLCrashReporter.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-beta7"
s.version = "2.0.0-beta8"
s.name = "RollbarPLCrashReporter"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
# s.license = "MIT (example)"
s.documentation_url = "https://docs.rollbar.com/docs/ios"
s.documentation_url = "https://docs.rollbar.com/docs/apple"
s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]",
"Rollbar" => "[email protected]" }
# s.author = { "Andrey Kornich" => "[email protected]" }
Expand Down
4 changes: 2 additions & 2 deletions RollbarSDK.experimental_podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |sdk|

# Rollbar SDK:
# ============
sdk.version = "2.0.0-beta7"
sdk.version = "2.0.0-beta8"
sdk.name = "RollbarSDK"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
sdk.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |sdk|
# sdk.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
sdk.license = { :type => "MIT", :file => "LICENSE" }
# sdk.license = "MIT (example)"
sdk.documentation_url = "https://docs.rollbar.com/docs/ios"
sdk.documentation_url = "https://docs.rollbar.com/docs/apple"
sdk.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]",
"Rollbar" => "[email protected]" }
# sdk.author = { "Andrey Kornich" => "[email protected]" }
Expand Down
4 changes: 2 additions & 2 deletions RollbarSwift.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-beta7"
s.version = "2.0.0-beta8"
s.name = "RollbarSwift"
s.summary = "Application or client side SDK for interacting with the Rollbar API Server."
s.description = <<-DESC
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
# s.license = "MIT (example)"
s.documentation_url = "https://docs.rollbar.com/docs/ios"
s.documentation_url = "https://docs.rollbar.com/docs/apple"
s.authors = { "Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]",
"Rollbar" => "[email protected]" }
# s.author = { "Andrey Kornich" => "[email protected]" }
Expand Down

0 comments on commit e5d0907

Please sign in to comment.