grpc / grpc-ios

gRPC for iOS
Apache License 2.0
37 stars 22 forks source link

Moving gRPC-RxLibrary podspec to root #142

Closed dennycd closed 1 year ago

dennycd commented 1 year ago

Summary

podspec does not yet support local dependency via :path (https://guides.cocoapods.org/syntax/podspec.html), moving RxLibrary to root so that downstream pod (gRPC, gRPC-ProtoRPC) can still refer to RxLibrary in the same repo root during development.

Verify

presubmit & post submit checks