diff options
author | Craig Tiller <ctiller@google.com> | 2015-05-19 22:20:57 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-05-19 22:20:57 -0700 |
commit | 037d8700a7be5576e5904d0ec7992fcde53ed364 (patch) | |
tree | d5f77fac4fb45657d90fdc0f512b83dd602bf7de /gRPC.podspec | |
parent | 2dea0c1cc9a5f44780e4439f9f4e98646b93cd7f (diff) | |
parent | aa253c37ec5fb6bdf24174be65519f958aba2b27 (diff) |
Merge github.com:grpc/grpc into we-dont-need-no-backup
Diffstat (limited to 'gRPC.podspec')
-rw-r--r-- | gRPC.podspec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gRPC.podspec b/gRPC.podspec index affd0d81db..8429357a9e 100644 --- a/gRPC.podspec +++ b/gRPC.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.homepage = 'https://www.grpc.io' s.license = 'New BSD' s.authors = { 'Jorge Canizales' => 'jcanizales@google.com', - 'Michael Lumish' => 'mlumish@google.com' } + 'Michael Lumish' => 'mlumish@google.com' } # s.source = { :git => 'https://github.com/grpc/grpc.git', :tag => 'release-0_5_0' } @@ -67,7 +67,8 @@ Pod::Spec.new do |s| s.subspec 'GRPCClient' do |gs| gs.summary = 'Objective-C wrapper around the core gRPC library.' - gs.authors = { 'Jorge Canizales' => 'jcanizales@google.com' } + gs.authors = { 'Jorge Canizales' => 'jcanizales@google.com', + 'Michael Lumish' => 'mlumish@google.com' } gs.source_files = 'src/objective-c/GRPCClient/*.{h,m}', 'src/objective-c/GRPCClient/private/*.{h,m}' @@ -90,5 +91,6 @@ Pod::Spec.new do |s| ps.dependency 'gRPC/GRPCClient' ps.dependency 'gRPC/RxLibrary' + ps.dependency 'Protobuf', '~> 3.0' end end |