aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-05-09 23:13:44 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-05-09 23:13:44 -0700
commitb98e24b32b708c929cf14ea13f5fc94234a56995 (patch)
tree29c4fce0b917076a1bbf3886a36a53ee5734cbca /templates
parent794834f56eba1c8748820d0716ce7177b1b04b6c (diff)
parentf4639d485892341e66ef24521600fb20496c10cf (diff)
Merge pull request #6480 from jcanizales/update-version-master
Update podspec versions in master branch
Diffstat (limited to 'templates')
-rw-r--r--templates/gRPC.podspec.template7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/gRPC.podspec.template b/templates/gRPC.podspec.template
index a9948a41df..979cb1ef8e 100644
--- a/templates/gRPC.podspec.template
+++ b/templates/gRPC.podspec.template
@@ -54,7 +54,7 @@
%>
Pod::Spec.new do |s|
s.name = 'gRPC'
- version = '0.12.0'
+ version = '0.14.0'
s.version = version
s.summary = 'gRPC client library for iOS/OSX'
s.homepage = 'http://www.grpc.io'
@@ -62,7 +62,8 @@
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
s.source = { :git => 'https://github.com/grpc/grpc.git',
- :tag => "release-#{version.gsub(/\./, '_')}-objectivec-#{version}" }
+ :tag => "release-#{version.gsub(/\./, '_')}-objectivec-#{version}",
+ :submodules => true }
s.ios.deployment_target = '7.1'
@@ -97,7 +98,7 @@
ss.requires_arc = false
ss.libraries = 'z'
- ss.dependency 'BoringSSL', '~> 2.0'
+ ss.dependency 'BoringSSL', '~> 3.0'
# ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w'
end