Skip to content

Commit

Permalink
chore: adopting the podspecs to the versioning schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akornich committed Apr 16, 2021
1 parent e1d78bf commit 970c009
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion RollbarCommon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 => "#{s.version}"
}
s.resource = "rollbar-logo.png"
# s.resources = "Resources/*.png"
Expand Down
2 changes: 1 addition & 1 deletion RollbarDeploys.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 => "#{s.version}"
}
s.resource = "rollbar-logo.png"
# s.resources = "Resources/*.png"
Expand Down
2 changes: 1 addition & 1 deletion RollbarKSCrash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 => "#{s.version}"
}
s.resource = "rollbar-logo.png"
# s.resources = "Resources/*.png"
Expand Down
2 changes: 1 addition & 1 deletion RollbarNotifier.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 => "#{s.version}"
}
s.resource = "rollbar-logo.png"
# s.resources = "Resources/*.png"
Expand Down
2 changes: 1 addition & 1 deletion RollbarPLCrashReporter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 => "#{s.version}"
}
s.resource = "rollbar-logo.png"
# s.resources = "Resources/*.png"
Expand Down
2 changes: 1 addition & 1 deletion RollbarSDK.experimental_podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |sdk|
# Or just: sdk.author = "Andrey Kornich"
sdk.social_media_url = "http://twitter.com/rollbar"
sdk.source = { :git => "https://github.com/rollbar/rollbar-apple.git",
:tag => "v#{sdk.version}"
:tag => "#{sdk.version}"
}
sdk.resource = "rollbar-logo.png"
sdk.ios.deployment_target = "9.0"
Expand Down
2 changes: 1 addition & 1 deletion RollbarSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 => "#{s.version}"
}
s.resource = "rollbar-logo.png"
# s.resources = "Resources/*.png"
Expand Down

0 comments on commit 970c009

Please sign in to comment.