Browse Source

Update pods (#1082)

George Barnett 5 years ago
parent
commit
ea356fb828
3 changed files with 9 additions and 8 deletions
  1. 2 2
      CGRPCZlib.podspec
  2. 2 2
      gRPC-Swift-Plugins.podspec
  3. 5 4
      gRPC-Swift.podspec

+ 2 - 2
CGRPCZlib.podspec

@@ -2,13 +2,13 @@ Pod::Spec.new do |s|
 
 
     s.name = 'CGRPCZlib'
     s.name = 'CGRPCZlib'
     s.module_name = 'CGRPCZlib'
     s.module_name = 'CGRPCZlib'
-    s.version = '1.0.0-alpha.21'
+    s.version = '1.0.0-alpha.22'
     s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
     s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
     s.summary = 'Compression library that provides in-memory compression and decompression functions'
     s.summary = 'Compression library that provides in-memory compression and decompression functions'
     s.homepage = 'https://www.grpc.io'
     s.homepage = 'https://www.grpc.io'
     s.authors  = { 'The gRPC contributors' => 'grpc-packages@google.com' }
     s.authors  = { 'The gRPC contributors' => 'grpc-packages@google.com' }
 
 
-    s.swift_version = '5.0'
+    s.swift_version = '5.1'
     s.ios.deployment_target = '10.0'
     s.ios.deployment_target = '10.0'
     s.osx.deployment_target = '10.12'
     s.osx.deployment_target = '10.12'
     s.tvos.deployment_target = '10.0'
     s.tvos.deployment_target = '10.0'

+ 2 - 2
gRPC-Swift-Plugins.podspec

@@ -1,13 +1,13 @@
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
 
 
     s.name = 'gRPC-Swift-Plugins'
     s.name = 'gRPC-Swift-Plugins'
-    s.version = '1.0.0-alpha.21'
+    s.version = '1.0.0-alpha.22'
     s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
     s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
     s.summary = 'Swift gRPC code generator plugin binaries'
     s.summary = 'Swift gRPC code generator plugin binaries'
     s.homepage = 'https://www.grpc.io'
     s.homepage = 'https://www.grpc.io'
     s.authors  = { 'The gRPC contributors' => 'grpc-packages@google.com' }
     s.authors  = { 'The gRPC contributors' => 'grpc-packages@google.com' }
 
 
-    s.swift_version = '5.0'
+    s.swift_version = '5.1'
     s.ios.deployment_target = '10.0'
     s.ios.deployment_target = '10.0'
     s.osx.deployment_target = '10.12'
     s.osx.deployment_target = '10.12'
     s.tvos.deployment_target = '10.0'
     s.tvos.deployment_target = '10.0'

+ 5 - 4
gRPC-Swift.podspec

@@ -2,13 +2,13 @@ Pod::Spec.new do |s|
 
 
     s.name = 'gRPC-Swift'
     s.name = 'gRPC-Swift'
     s.module_name = 'GRPC'
     s.module_name = 'GRPC'
-    s.version = '1.0.0-alpha.21'
+    s.version = '1.0.0-alpha.22'
     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'
     s.authors  = { 'The gRPC contributors' => 'grpc-packages@google.com' }
     s.authors  = { 'The gRPC contributors' => 'grpc-packages@google.com' }
 
 
-    s.swift_version = '5.0'
+    s.swift_version = '5.1'
     s.ios.deployment_target = '10.0'
     s.ios.deployment_target = '10.0'
     s.osx.deployment_target = '10.12'
     s.osx.deployment_target = '10.12'
     s.tvos.deployment_target = '10.0'
     s.tvos.deployment_target = '10.0'
@@ -19,10 +19,11 @@ Pod::Spec.new do |s|
 
 
     s.dependency 'Logging', '>= 1.4.0', '< 2'
     s.dependency 'Logging', '>= 1.4.0', '< 2'
     s.dependency 'SwiftNIO', '>= 2.25.0', '< 3'
     s.dependency 'SwiftNIO', '>= 2.25.0', '< 3'
-    s.dependency 'SwiftNIOHTTP2', '>= 1.16.0', '< 2'
+    s.dependency 'SwiftNIOExtras', '>= 1.7.0', '< 2'
+    s.dependency 'SwiftNIOHTTP2', '>= 1.16.2', '< 2'
     s.dependency 'SwiftNIOSSL', '>= 2.10.1', '< 3'
     s.dependency 'SwiftNIOSSL', '>= 2.10.1', '< 3'
     s.dependency 'SwiftNIOTransportServices', '>= 1.9.1', '< 2'
     s.dependency 'SwiftNIOTransportServices', '>= 1.9.1', '< 2'
-    s.dependency 'SwiftProtobuf', '>= 1.13.0', '< 2'
+    s.dependency 'SwiftProtobuf', '>= 1.14.0', '< 2'
     s.dependency 'CGRPCZlib', s.version.to_s
     s.dependency 'CGRPCZlib', s.version.to_s
 
 
 end
 end