aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-12-01 10:37:42 -0800
committerGravatar Jorge Canizales <jcanizales@google.com>2015-12-01 18:01:24 -0800
commit0c0d15fec04c56e1c7014676ac0667d03d2ac06e (patch)
tree2d3b6b351ecacc5b2dcfed1dd3e348852734e7b4 /src/objective-c/tests/Podfile
parent0d718cd0f446485f23e097a60b8eff6d19312180 (diff)
Move BoringSSL.podspec into src, and point Podfiles to it
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r--src/objective-c/tests/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index cab608d37f..7ec7a25898 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -2,6 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'Protobuf', :path => "../../../third_party/protobuf"
+pod 'BoringSSL', :podspec => ".."
pod 'gRPC', :path => "../../.."
pod 'RemoteTest', :path => "RemoteTestClient"