Skip to content

Commit 854b81a

Browse files
committed
Advance versions from 0.14 -> 1.0
Pending: - Tag BoringSSL repo. - Tag gRPC repo. - Build the plugin, zip it, and add it to the release. - Push Cocoapods to trunk.
1 parent 9b45afb commit 854b81a

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

examples/objective-c/auth_sample/AuthTestService.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
src = "../../protos"
1515

1616
# Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
17-
s.dependency "!ProtoCompiler-gRPCPlugin", "~> 0.14"
17+
s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0"
1818

1919
# Pods directory corresponding to this app's Podfile, relative to the location of this podspec.
2020
pods_root = 'Pods'

examples/objective-c/helloworld/HelloWorld.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
src = "../../protos"
1515

1616
# Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
17-
s.dependency "!ProtoCompiler-gRPCPlugin", "~> 0.14"
17+
s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0"
1818

1919
# Pods directory corresponding to this app's Podfile, relative to the location of this podspec.
2020
pods_root = 'Pods'

examples/objective-c/route_guide/RouteGuide.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
src = "../../protos"
1515

1616
# Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
17-
s.dependency "!ProtoCompiler-gRPCPlugin", "~> 0.14"
17+
s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0"
1818

1919
# Pods directory corresponding to this app's Podfile, relative to the location of this podspec.
2020
pods_root = 'Pods'

gRPC-Core.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
Pod::Spec.new do |s|
3737
s.name = 'gRPC-Core'
38-
version = '0.14.0'
38+
version = '1.0.0'
3939
s.version = version
4040
s.summary = 'Core cross-platform gRPC library, written in C'
4141
s.homepage = 'http://www.grpc.io'
@@ -191,7 +191,7 @@ Pod::Spec.new do |s|
191191
ss.header_mappings_dir = '.'
192192
ss.libraries = 'z'
193193
ss.dependency "#{s.name}/Interface", version
194-
ss.dependency 'BoringSSL', '~> 4.0'
194+
ss.dependency 'BoringSSL', '~> 5.0'
195195

196196
# To save you from scrolling, this is the last part of the podspec.
197197
ss.source_files = 'src/core/lib/profiling/timers.h',

gRPC-ProtoRPC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
Pod::Spec.new do |s|
3838
s.name = 'gRPC-ProtoRPC'
39-
version = '0.14.0'
39+
version = '1.0.0'
4040
s.version = version
4141
s.summary = 'RPC library for Protocol Buffers, based on gRPC'
4242
s.homepage = 'http://www.grpc.io'

gRPC-RxLibrary.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
Pod::Spec.new do |s|
3838
s.name = 'gRPC-RxLibrary'
39-
version = '0.14.0'
39+
version = '1.0.0'
4040
s.version = version
4141
s.summary = 'Reactive Extensions library for iOS/OSX.'
4242
s.homepage = 'http://www.grpc.io'

gRPC.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
Pod::Spec.new do |s|
3838
s.name = 'gRPC'
39-
version = '0.14.0'
39+
version = '1.0.0'
4040
s.version = version
4141
s.summary = 'gRPC client library for iOS/OSX'
4242
s.homepage = 'http://www.grpc.io'

src/objective-c/!ProtoCompiler-gRPCPlugin.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
3737
# before them.
3838
s.name = '!ProtoCompiler-gRPCPlugin'
39-
v = '0.14.0'
39+
v = '1.0.0'
4040
s.version = v
4141
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.'
4242
s.description = <<-DESC
@@ -82,7 +82,7 @@ Pod::Spec.new do |s|
8282
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
8383

8484
repo = 'grpc/grpc'
85-
release = 'release-0_14_1'
85+
release = 'v1.0.x'
8686
file = "grpc_objective_c_plugin-#{v}-macos-x86_64.zip"
8787
s.source = {
8888
:http => "https://github.com/#{repo}/releases/download/#{release}/#{file}",

src/objective-c/BoringSSL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
Pod::Spec.new do |s|
3333
s.name = 'BoringSSL'
34-
version = '4.0'
34+
version = '5.0'
3535
s.version = version
3636
s.summary = 'BoringSSL is a fork of OpenSSL that is designed to meet Google’s needs.'
3737
# Adapted from the homepage:

src/objective-c/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Pod::Spec.new do |s|
4848
src = '.'
4949

5050
# We'll use protoc with the gRPC plugin.
51-
s.dependency '!ProtoCompiler-gRPCPlugin', '~> 0.14'
51+
s.dependency '!ProtoCompiler-gRPCPlugin', '~> 1.0'
5252

5353
# Pods directory corresponding to this app's Podfile, relative to the location of this podspec.
5454
pods_root = '<path to your Podfile>/Pods'

0 commit comments

Comments
 (0)