Skip to content

Commit

Permalink
Add watchOS support to other two podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonclaybrook committed Oct 15, 2020
1 parent 2bb0d90 commit 1110790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CGRPCZlib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '6.0'
s.source = { :git => "https://github.com/grpc/grpc-swift.git", :tag => s.version }

s.source_files = 'Sources/CGRPCZlib/**/*.{swift,c,h}'
Expand Down
1 change: 1 addition & 0 deletions gRPC-Swift-Plugins.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '6.0'
s.source = { :http => "https://github.com/grpc/grpc-swift/releases/download/#{s.version}/protoc-grpc-swift-plugins-#{s.version}.zip"}

s.preserve_paths = '*'
Expand Down

0 comments on commit 1110790

Please sign in to comment.