aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-06-29 10:33:45 -0700
committerGravatar Michael Lumish <mlumish@google.com>2015-06-29 10:33:45 -0700
commit587b5f6b7618b05620797aca6a45f3461a3eb047 (patch)
tree948d5be1d61926ce9311e26920a8ff4d8cc9520b /gRPC.podspec
parent6d3fc9573ef62fa151d58ff49dfdc7c9e9c22155 (diff)
parentbba8076ed4539205c5ecaaff31fae0571bd199f3 (diff)
Merge pull request #2240 from jcanizales/bazel-grpc-client
Add Bazel target for the GRPCClient library
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