Pārlūkot izejas kodu

Update Cocoapods after 1.1.0 (#1201)

George Barnett 4 gadi atpakaļ
vecāks
revīzija
3f4b315ef7
3 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 1 1
      CGRPCZlib.podspec
  2. 1 1
      gRPC-Swift-Plugins.podspec
  3. 2 2
      gRPC-Swift.podspec

+ 1 - 1
CGRPCZlib.podspec

@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
 
     s.name = 'CGRPCZlib'
     s.module_name = 'CGRPCZlib'
-    s.version = '1.0.0'
+    s.version = '1.1.0'
     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'

+ 1 - 1
gRPC-Swift-Plugins.podspec

@@ -1,7 +1,7 @@
 Pod::Spec.new do |s|
 
     s.name = 'gRPC-Swift-Plugins'
-    s.version = '1.0.0'
+    s.version = '1.1.0'
     s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
     s.summary = 'Swift gRPC code generator plugin binaries'
     s.homepage = 'https://www.grpc.io'

+ 2 - 2
gRPC-Swift.podspec

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