aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r--src/objective-c/tests/Podfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index 7fe047aa21..4cb9471570 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -7,6 +7,9 @@ def shared_pods
pod 'Protobuf', :path => "../../../third_party/protobuf"
pod 'BoringSSL', :podspec => ".."
pod 'gRPC', :path => "../../.."
+ pod 'gRPC-Core', :path => "../../.."
+ pod 'gRPC-RxLibrary', :path => "../../.."
+ pod 'gRPC-ProtoRPC', :path => "../../.."
pod 'RemoteTest', :path => "RemoteTestClient"
end