vyshane/grpc-swift-combine

Publish v0.22.0 to CocoaPods

Closed this issue · 5 comments

The release of CombineGRPC 0.22.0 to CocoaPods is currently blocked by the release of upstream dependency of Swift gRPC 1.0.0-alpha.21 to CocoaPods.

Release of Swift gRPC to CocoaPods is in turn blocked by Swift NIO. See: grpc/grpc-swift#1056.

It’s been resolved 😻

Thanks, I will push a release to CocoaPods.

I've pushed 0.22.0 to CocoaPods.

I can confirm the below combinations work perfect;

pod 'gRPC-Swift', '1.0.0-alpha.21'
pod 'CombineGRPC', '~> 0.22'

Thanks for checking - closing.