aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/route_guide/RouteGuide.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'examples/objective-c/route_guide/RouteGuide.podspec')
-rw-r--r--examples/objective-c/route_guide/RouteGuide.podspec4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/objective-c/route_guide/RouteGuide.podspec b/examples/objective-c/route_guide/RouteGuide.podspec
index 4bc2c42cbb..97a61ff51a 100644
--- a/examples/objective-c/route_guide/RouteGuide.podspec
+++ b/examples/objective-c/route_guide/RouteGuide.podspec
@@ -2,6 +2,10 @@ Pod::Spec.new do |s|
s.name = "RouteGuide"
s.version = "0.0.1"
s.license = "New BSD"
+ s.authors = { 'gRPC contributors' => 'grpc-io@googlegroups.com' }
+ s.homepage = "http://www.grpc.io/"
+ s.summary = "RouteGuide example"
+ s.source = { :git => 'https://github.com/grpc/grpc.git' }
s.ios.deployment_target = "7.1"
s.osx.deployment_target = "10.9"