|
|
@@ -1,7 +1,8 @@
|
|
|
Pod::Spec.new do |s|
|
|
|
|
|
|
s.name = 'gRPC-Swift'
|
|
|
- s.version = '1.0.0-alpha.18'
|
|
|
+ s.module_name = 'GRPC'
|
|
|
+ s.version = '1.0.0-alpha.19'
|
|
|
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
|
|
|
s.summary = 'Swift gRPC code generator plugin and runtime library'
|
|
|
s.homepage = 'https://www.grpc.io'
|
|
|
@@ -16,8 +17,8 @@ Pod::Spec.new do |s|
|
|
|
s.source_files = 'Sources/GRPC/**/*.{swift,c,h}'
|
|
|
|
|
|
s.dependency 'Logging', '>= 1.4.0', '< 2'
|
|
|
- s.dependency 'SwiftNIO', '>= 2.19.0', '< 3'
|
|
|
- s.dependency 'SwiftNIOHTTP2', '>= 1.13.0', '< 2'
|
|
|
+ s.dependency 'SwiftNIO', '>= 2.22.0', '< 3'
|
|
|
+ s.dependency 'SwiftNIOHTTP2', '>= 1.14.1', '< 2'
|
|
|
s.dependency 'SwiftNIOSSL', '>= 2.8.0', '< 3'
|
|
|
s.dependency 'SwiftNIOTransportServices', '>= 1.6.0', '< 2'
|
|
|
s.dependency 'SwiftProtobuf', '>= 1.9.0', '< 2'
|