Resolved some comments
Showing
- gRPC.podspec 2 additions, 1 deletiongRPC.podspec
- src/objective-c/GRPCClient/private/GRPCWrappedCall.m 1 addition, 0 deletionssrc/objective-c/GRPCClient/private/GRPCWrappedCall.m
- src/objective-c/GRPCClient/private/NSError+GRPC.h 1 addition, 1 deletionsrc/objective-c/GRPCClient/private/NSError+GRPC.h
... | ... | @@ -4,7 +4,8 @@ Pod::Spec.new do |s| |
s.summary = 'Generic gRPC client library for iOS' | ||
s.homepage = 'https://www.grpc.io' | ||
s.license = 'New BSD' | ||
s.authors = { 'Jorge Canizales' => 'jcanizales@google.com' } | ||
s.authors = { 'Jorge Canizales' => 'jcanizales@google.com' | ||
'Michael Lumish' => 'mlumish@google.com' } | ||
# s.source = { :git => 'https://github.com/grpc/grpc.git', :tag => 'release-0_5_0' } | ||
... | ... |
Please register or sign in to comment