aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/BoringSSL-GRPC.podspec
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 /src/objective-c/BoringSSL-GRPC.podspec
parentf6e7b778c42da01610f914271ccddee49becb2fa (diff)
Rename the openssl framework to openssl_grpc to avoid conflict
Diffstat (limited to 'src/objective-c/BoringSSL-GRPC.podspec')
-rw-r--r--src/objective-c/BoringSSL-GRPC.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/BoringSSL-GRPC.podspec b/src/objective-c/BoringSSL-GRPC.podspec
index 704b35a29e..ed32b3c576 100644
--- a/src/objective-c/BoringSSL-GRPC.podspec
+++ b/src/objective-c/BoringSSL-GRPC.podspec
@@ -38,7 +38,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:
@@ -81,7 +81,7 @@ Pod::Spec.new do |s|
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