Skip to content
Snippets Groups Projects
Commit e901ff5c authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #1461 from murgatroid99/pod_typo_fix

Fixed typo
parents 520ecb18 27c0bf4d
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ Pod::Spec.new do |s| ...@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = 'Generic gRPC client library for iOS' s.summary = 'Generic gRPC client library for iOS'
s.homepage = 'https://www.grpc.io' s.homepage = 'https://www.grpc.io'
s.license = 'New BSD' s.license = 'New BSD'
s.authors = { 'Jorge Canizales' => 'jcanizales@google.com' 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' } # s.source = { :git => 'https://github.com/grpc/grpc.git', :tag => 'release-0_5_0' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment