|
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
|
|
|
|
|
|
|
|
s.name = 'gRPC-Swift'
|
|
s.name = 'gRPC-Swift'
|
|
|
s.module_name = 'GRPC'
|
|
s.module_name = 'GRPC'
|
|
|
- s.version = '1.1.0'
|
|
|
|
|
|
|
+ s.version = '1.3.0'
|
|
|
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
|
|
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
|
|
|
s.summary = 'Swift gRPC code generator plugin and runtime library'
|
|
s.summary = 'Swift gRPC code generator plugin and runtime library'
|
|
|
s.homepage = 'https://www.grpc.io'
|
|
s.homepage = 'https://www.grpc.io'
|
|
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
|
|
|
s.dependency 'SwiftNIO', '>= 2.28.0', '< 3.0.0'
|
|
s.dependency 'SwiftNIO', '>= 2.28.0', '< 3.0.0'
|
|
|
s.dependency 'SwiftNIOExtras', '>= 1.4.0', '< 2.0.0'
|
|
s.dependency 'SwiftNIOExtras', '>= 1.4.0', '< 2.0.0'
|
|
|
s.dependency 'SwiftNIOHTTP2', '>= 1.16.1', '< 2.0.0'
|
|
s.dependency 'SwiftNIOHTTP2', '>= 1.16.1', '< 2.0.0'
|
|
|
- s.dependency 'SwiftNIOSSL', '>= 2.8.0', '< 3.0.0'
|
|
|
|
|
|
|
+ s.dependency 'SwiftNIOSSL', '>= 2.14.0', '< 3.0.0'
|
|
|
s.dependency 'SwiftNIOTransportServices', '>= 1.6.0', '< 2.0.0'
|
|
s.dependency 'SwiftNIOTransportServices', '>= 1.6.0', '< 2.0.0'
|
|
|
s.dependency 'SwiftProtobuf', '>= 1.9.0', '< 2.0.0'
|
|
s.dependency 'SwiftProtobuf', '>= 1.9.0', '< 2.0.0'
|
|
|
|
|
|