-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90e4bd5
commit 4a18c67
Showing
13 changed files
with
283 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,8 @@ Pod::Spec.new do |s| | |
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed | ||
# before them. | ||
s.name = '!ProtoCompiler-gRPCPlugin' | ||
v = '1.0.0-pre1' | ||
s.version = "#{v}.2" # .2 to depend on protoc 3.0.0 | ||
v = '1.0.0' | ||
s.version = v | ||
s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.' | ||
s.description = <<-DESC | ||
This podspec only downloads the gRPC protoc plugin so that local pods generating protos can use | ||
|
@@ -82,10 +82,9 @@ Pod::Spec.new do |s| | |
s.authors = { 'The gRPC contributors' => '[email protected]' } | ||
|
||
repo = 'grpc/grpc' | ||
release = "objective-c-v#{v}" | ||
file = "grpc_objective_c_plugin-#{v}-macos-x86_64.zip" | ||
s.source = { | ||
:http => "https://github.com/#{repo}/releases/download/#{release}/#{file}", | ||
:http => "https://github.com/#{repo}/releases/download/v#{v}/#{file}", | ||
# TODO(jcanizales): Add sha1 or sha256 | ||
# :sha1 => '??', | ||
} | ||
|
Oops, something went wrong.