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.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/objective-c/route_guide/RouteGuide.podspec b/examples/objective-c/route_guide/RouteGuide.podspec
index e00f827e3a..4bc2c42cbb 100644
--- a/examples/objective-c/route_guide/RouteGuide.podspec
+++ b/examples/objective-c/route_guide/RouteGuide.podspec
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
ss.source_files = "#{dir}/*.pbrpc.{h,m}", "#{dir}/**/*.pbrpc.{h,m}"
ss.header_mappings_dir = dir
ss.requires_arc = true
- ss.dependency "gRPC", "~> 0.11"
+ ss.dependency "gRPC", "~> 0.12"
ss.dependency "#{s.name}/Messages"
end
end