-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated all versions to 3.0.0, minimum Swift version to v5 and iOS to…
… 14 (#267)
- Loading branch information
Showing
17 changed files
with
94 additions
and
177 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Pod::Spec.new do |s| | ||
s.version = "2.4.0" | ||
s.version = "3.0.0" | ||
s.name = "RollbarCocoaLumberjack" | ||
s.summary = "Application or client side SDK for interacting with the Rollbar API Server." | ||
s.description = <<-DESC | ||
|
@@ -10,19 +10,17 @@ Pod::Spec.new do |s| | |
DESC | ||
s.homepage = "https://rollbar.com" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.authors = { "Rollbar" => "[email protected]", | ||
"Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]", | ||
"Matias Pequeno" => "[email protected]" } | ||
s.authors = { "Rollbar" => "[email protected]" } | ||
s.source = { :git => "https://github.com/rollbar/rollbar-apple.git", | ||
:tag => "#{s.version}" } | ||
s.documentation_url = "https://docs.rollbar.com/docs/apple" | ||
s.social_media_url = "http://twitter.com/rollbar" | ||
s.resource = "rollbar-logo.png" | ||
|
||
s.osx.deployment_target = "10.15" | ||
s.ios.deployment_target = "13.0" | ||
s.tvos.deployment_target = "13.0" | ||
s.watchos.deployment_target = "7.0" | ||
s.osx.deployment_target = "12.0" | ||
s.ios.deployment_target = "14.0" | ||
s.tvos.deployment_target = "14.0" | ||
s.watchos.deployment_target = "8.0" | ||
|
||
s.source_files = "#{s.name}/Sources/#{s.name}/**/*.{h,m}" | ||
s.public_header_files = "#{s.name}/Sources/#{s.name}/include/*.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Pod::Spec.new do |s| | ||
s.version = "2.4.0" | ||
s.version = "3.0.0" | ||
s.name = "RollbarCommon" | ||
s.summary = "Application or client side SDK for interacting with the Rollbar API Server." | ||
s.description = <<-DESC | ||
|
@@ -10,19 +10,17 @@ Pod::Spec.new do |s| | |
DESC | ||
s.homepage = "https://rollbar.com" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.authors = { "Rollbar" => "[email protected]", | ||
"Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]", | ||
"Matias Pequeno" => "[email protected]" } | ||
s.authors = { "Rollbar" => "[email protected]" } | ||
s.source = { :git => "https://github.com/rollbar/rollbar-apple.git", | ||
:tag => "#{s.version}" } | ||
s.documentation_url = "https://docs.rollbar.com/docs/apple" | ||
s.social_media_url = "http://twitter.com/rollbar" | ||
s.resource = "rollbar-logo.png" | ||
|
||
s.osx.deployment_target = "10.15" | ||
s.ios.deployment_target = "13.0" | ||
s.tvos.deployment_target = "13.0" | ||
s.watchos.deployment_target = "7.0" | ||
s.osx.deployment_target = "12.0" | ||
s.ios.deployment_target = "14.0" | ||
s.tvos.deployment_target = "14.0" | ||
s.watchos.deployment_target = "8.0" | ||
|
||
s.source_files = "#{s.name}/Sources/#{s.name}/**/*.{h,m}" | ||
s.public_header_files = "#{s.name}/Sources/#{s.name}/include/*.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Pod::Spec.new do |s| | ||
s.version = "2.4.0" | ||
s.version = "3.0.0" | ||
s.name = "RollbarDeploys" | ||
s.summary = "Application or client side SDK for interacting with the Rollbar API Server." | ||
s.description = <<-DESC | ||
|
@@ -10,18 +10,16 @@ Pod::Spec.new do |s| | |
DESC | ||
s.homepage = "https://rollbar.com" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.authors = { "Rollbar" => "[email protected]", | ||
"Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]", | ||
"Matias Pequeno" => "[email protected]" } | ||
s.authors = { "Rollbar" => "[email protected]" } | ||
s.source = { :git => "https://github.com/rollbar/rollbar-apple.git", | ||
:tag => "#{s.version}" } | ||
s.documentation_url = "https://docs.rollbar.com/docs/apple" | ||
s.social_media_url = "http://twitter.com/rollbar" | ||
s.resource = "rollbar-logo.png" | ||
|
||
s.osx.deployment_target = "10.15" | ||
s.ios.deployment_target = "13.0" | ||
s.tvos.deployment_target = "13.0" | ||
s.osx.deployment_target = "12.0" | ||
s.ios.deployment_target = "14.0" | ||
s.tvos.deployment_target = "14.0" | ||
|
||
s.source_files = "#{s.name}/Sources/#{s.name}/**/*.{h,m}" | ||
s.public_header_files = "#{s.name}/Sources/#{s.name}/include/*.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Pod::Spec.new do |s| | ||
s.version = "2.4.0" | ||
s.version = "3.0.0" | ||
s.name = "RollbarNotifier" | ||
s.summary = "Application or client side SDK for interacting with the Rollbar API Server." | ||
s.description = <<-DESC | ||
|
@@ -10,19 +10,17 @@ Pod::Spec.new do |s| | |
DESC | ||
s.homepage = "https://rollbar.com" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.authors = { "Rollbar" => "[email protected]", | ||
"Andrey Kornich (Wide Spectrum Computing LLC)" => "[email protected]", | ||
"Matias Pequeno" => "[email protected]" } | ||
s.authors = { "Rollbar" => "[email protected]" } | ||
s.source = { :git => "https://github.com/rollbar/rollbar-apple.git", | ||
:tag => "#{s.version}" } | ||
s.documentation_url = "https://docs.rollbar.com/docs/apple" | ||
s.social_media_url = "http://twitter.com/rollbar" | ||
s.social_media_url = "http://twitter.com/rollbar" | ||
s.resource = "rollbar-logo.png" | ||
|
||
s.osx.deployment_target = "10.15" | ||
s.ios.deployment_target = "13.0" | ||
s.tvos.deployment_target = "13.0" | ||
s.watchos.deployment_target = "7.0" | ||
s.osx.deployment_target = "12.0" | ||
s.ios.deployment_target = "14.0" | ||
s.tvos.deployment_target = "14.0" | ||
s.watchos.deployment_target = "8.0" | ||
|
||
s.source_files = "#{s.name}/Sources/#{s.name}/**/*.{h,m}" | ||
s.public_header_files = "#{s.name}/Sources/#{s.name}/include/*.h" | ||
|
Oops, something went wrong.