aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-09-19 17:56:42 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-09-19 18:03:17 -0700
commit37b9b9e8fd60aa011b8b49b17498d86393d0fcf0 (patch)
tree544574dc563c4286c48e62f68f0f79917b147a65 /templates/src
parentf6e7b778c42da01610f914271ccddee49becb2fa (diff)
Rename the openssl framework to openssl_grpc to avoid conflict
Diffstat (limited to 'templates/src')
-rw-r--r--templates/src/objective-c/BoringSSL-GRPC.podspec.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/src/objective-c/BoringSSL-GRPC.podspec.template b/templates/src/objective-c/BoringSSL-GRPC.podspec.template
index 986216fdbf..509806f65b 100644
--- a/templates/src/objective-c/BoringSSL-GRPC.podspec.template
+++ b/templates/src/objective-c/BoringSSL-GRPC.podspec.template
@@ -43,7 +43,7 @@
Pod::Spec.new do |s|
s.name = 'BoringSSL-GRPC'
- version = '0.0.1'
+ version = '0.0.2'
s.version = version
s.summary = 'BoringSSL is a fork of OpenSSL that is designed to meet Google\'s needs.'
# Adapted from the homepage:
@@ -86,7 +86,7 @@
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
- name = 'openssl'
+ name = 'openssl_grpc'
# When creating a dynamic framework, name it openssl.framework instead of BoringSSL.framework.
# This lets users write their includes like `#include <openssl/ssl.h>` as opposed to `#include