aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-04-30 12:05:26 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-06-08 19:21:50 -0700
commite487a7271d21f60f1472a9c24ad3f026e048653c (patch)
tree66738442ccbbe0a80b122b2694716b27b78a6b6e /src/objective-c/tests/Podfile
parent18c0bd3f72afd9b293bf3dff2168df13cc6e6f0f (diff)
Separate Core, ProtoRuntime, and RxLibrary subspecs
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