Skip to content

Commit 399cfe1

Browse files
authored
Update dependencies, rebuild .podspec files (#838)
Motivation: Our podspec building script relies on Package.resolved, and NIOHTTP2 shipped a podspec fix in 1.12.2; we need pull in that fix to release an update podspec. Modifications: - Update Package.resolved - Regenerate our .podspec files Result: The built podspec is has the right dependencies. Hopefully.
1 parent 905c30d commit 399cfe1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CGRPCZlib.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = 'CGRPCZlib'
44
s.module_name = 'CGRPCZlib'
5-
s.version = '1.0.0-alpha.13'
5+
s.version = '1.0.0-alpha.14'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
77
s.summary = 'Compression library that provides in-memory compression and decompression functions'
88
s.homepage = 'https://www.grpc.io'

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"repositoryURL": "https://github.com/apple/swift-nio-http2.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "c8f952dbc37fe60def17eb15e2c90787ce6ee78a",
28-
"version": "1.12.1"
27+
"revision": "c5d10f4165128c3d0cc0e3c0f0a8ef55947a73a6",
28+
"version": "1.12.2"
2929
}
3030
},
3131
{

gRPC-Swift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

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

1919
s.dependency 'Logging', '>= 1.2.0', '< 2'
2020
s.dependency 'SwiftNIO', '>= 2.18.0', '< 3'
21-
s.dependency 'SwiftNIOHTTP2', '>= 1.12.1', '< 2'
21+
s.dependency 'SwiftNIOHTTP2', '>= 1.12.2', '< 2'
2222
s.dependency 'SwiftNIOSSL', '>= 2.7.4', '< 3'
2323
s.dependency 'SwiftNIOTransportServices', '>= 1.6.0', '< 2'
2424
s.dependency 'SwiftProtobuf', '>= 1.9.0', '< 2'

0 commit comments

Comments
 (0)