aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index 37b52dea1b..1a4dfd4c9a 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -520,7 +520,7 @@ Pod::Spec.new do |s|
ss.dependency 'gRPC/RxLibrary'
# Certificates, to be able to establish TLS connections:
- ss.resource_bundles = { 'gRPC' => ['etc/roots.pem'] }
+ ss.resource_bundles = { 'gRPCCertificates' => ['etc/roots.pem'] }
end
# RPC library for ProtocolBuffers, based on gRPC