Skip to content

Commit

Permalink
Merge pull request #295 from WideSpectrumComputing/ref#285-Multiproje…
Browse files Browse the repository at this point in the history
…ctWorkspace

Cocoapods: fixing build
  • Loading branch information
akornich authored Jun 13, 2020
2 parents 6b74489 + 612b71d commit a1d1e2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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-alpha6'
s.version = '2.0.0-alpha7'
s.name = 'RollbarCommon'
s.summary = 'Application/client side SDK for accessing the Rollbar API Server.'
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion RollbarDeploys.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Pod::Spec.new do |s|


s.version = '2.0.0-alpha6'
s.version = '2.0.0-alpha7'
s.name = 'RollbarDeploys'
s.summary = 'Application/client side SDK for accessing the Rollbar API Server.'
s.description = <<-DESC
Expand Down
8 changes: 4 additions & 4 deletions RollbarNotifier.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Pod::Spec.new do |s|


s.version = '2.0.0-alpha6'
s.version = '2.0.0-alpha7'
s.name = 'RollbarNotifier'
s.summary = 'Application/client side SDK for accessing the Rollbar API Server.'
s.description = <<-DESC
Expand Down Expand Up @@ -37,7 +37,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '11.0'
s.watchos.deployment_target = '4.0'
# s.watchos.deployment_target = '4.0'
# Any platform, if ommited:
# s.platform = :ios
# s.platform = :ios, "5.0"
Expand All @@ -48,8 +48,8 @@ Pod::Spec.new do |s|
# s.exclude_files = "Classes/Exclude"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"

s.framework = 'Foundation'
s.dependency 'RollbarCommon', '~> #{s.version}'
s.framework = "Foundation"
s.dependency "RollbarCommon", "~> #{s.version}"
# s.frameworks = "SomeFramework", "AnotherFramework"
# s.library = "iconv"
# s.libraries = "iconv", "xml2"
Expand Down

0 comments on commit a1d1e2e

Please sign in to comment.