Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CGRPCZlib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = 'CGRPCZlib'
s.module_name = 'CGRPCZlib'
s.version = '1.0.0-alpha.13'
s.version = '1.0.0-alpha.14'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.summary = 'Compression library that provides in-memory compression and decompression functions'
s.homepage = 'https://www.grpc.io'
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gRPC-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = 'gRPC-Swift'
s.module_name = 'GRPC'
s.version = '1.0.0-alpha.13'
s.version = '1.0.0-alpha.14'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.summary = 'Swift gRPC code generator plugin and runtime library'
s.homepage = 'https://www.grpc.io'
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|

s.dependency 'Logging', '>= 1.2.0', '< 2'
s.dependency 'SwiftNIO', '>= 2.18.0', '< 3'
s.dependency 'SwiftNIOHTTP2', '>= 1.12.1', '< 2'
s.dependency 'SwiftNIOHTTP2', '>= 1.12.2', '< 2'
s.dependency 'SwiftNIOSSL', '>= 2.7.4', '< 3'
s.dependency 'SwiftNIOTransportServices', '>= 1.6.0', '< 2'
s.dependency 'SwiftProtobuf', '>= 1.9.0', '< 2'
Expand Down