aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/ios/CFStreamTests/Podfile
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2018-08-28 13:58:00 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2018-08-28 13:58:00 -0700
commit60b6f2df20d490107c17eca1c8a2cccecfd97119 (patch)
treec10378129f681d544e6cb74c381778a786906f7f /test/core/iomgr/ios/CFStreamTests/Podfile
parentd69fdefcfa564ec60dba1d77483d62c8315ae2f3 (diff)
parentee65a5eaee45a765d1d4176a797bb8288faeb180 (diff)
Merge branch 'master' into minor-timer-fix
Diffstat (limited to 'test/core/iomgr/ios/CFStreamTests/Podfile')
-rw-r--r--test/core/iomgr/ios/CFStreamTests/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/iomgr/ios/CFStreamTests/Podfile b/test/core/iomgr/ios/CFStreamTests/Podfile
index 630168a363..e6ec66d549 100644
--- a/test/core/iomgr/ios/CFStreamTests/Podfile
+++ b/test/core/iomgr/ios/CFStreamTests/Podfile
@@ -9,6 +9,7 @@ GRPC_LOCAL_SRC = '../../../../..'
# Install the dependencies in the main target plus all test targets.
target 'CFStreamTests' do
pod 'gRPC-Core/CFStream-Implementation', :path => GRPC_LOCAL_SRC
+ pod 'BoringSSL-GRPC', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true
end
pre_install do |installer|