diff options
author | Craig Tiller <ctiller@google.com> | 2015-04-22 15:24:27 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-04-22 15:24:27 -0700 |
commit | 6ad62a7204c98e872a078902761d4a77af74a3d2 (patch) | |
tree | 25b84d037c3d3f9ff7453d5739108f5fb2c31299 /gRPC.podspec | |
parent | c079c111cb953a8f2671be86bcfb6e77b5805e08 (diff) | |
parent | 3fbf7d76e2952376f6bddbc2e1b53af3113e3b10 (diff) |
Merge github.com:grpc/grpc into one-pass
Diffstat (limited to 'gRPC.podspec')
-rw-r--r-- | gRPC.podspec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gRPC.podspec b/gRPC.podspec index 654f613f1c..562b797eaf 100644 --- a/gRPC.podspec +++ b/gRPC.podspec @@ -24,9 +24,9 @@ Pod::Spec.new do |s| s.subspec 'C-Core' do |cs| cs.summary = 'Core gRPC library, written in C' - cs.authors = { 'Craig Tiller' => 'ctiller@google.com', - 'David Klempner' => 'klempner@google.com', - 'Nicolas Noble' => 'nnoble@google.com', + cs.authors = { 'Craig Tiller' => 'ctiller@google.com', + 'David Klempner' => 'klempner@google.com', + 'Nicolas Noble' => 'nnoble@google.com', 'Vijay Pai' => 'vpai@google.com', 'Yang Gao' => 'yangg@google.com' } @@ -63,4 +63,7 @@ Pod::Spec.new do |s| CMD s.xcconfig = { 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/Headers/Public/gRPC/include"' } + + # Certificates, to be able to establish TLS connections: + s.resource_bundles = { 'gRPC' => ['etc/roots.pem'] } end |