Index: third_party/grpc/examples/objective-c/route_guide/Podfile |
diff --git a/third_party/grpc/examples/objective-c/route_guide/Podfile b/third_party/grpc/examples/objective-c/route_guide/Podfile |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b9f2fefd6d2a0702ab43c80b45a7fc2b3451f506 |
--- /dev/null |
+++ b/third_party/grpc/examples/objective-c/route_guide/Podfile |
@@ -0,0 +1,10 @@ |
+source 'https://github.com/CocoaPods/Specs.git' |
+platform :ios, '8.0' |
+ |
+target 'RouteGuideClient' do |
+ pod 'Protobuf', :path => "../../../third_party/protobuf" |
+ pod 'BoringSSL', :podspec => "../../../src/objective-c" |
+ pod 'gRPC', :path => "../../.." |
+ # Depend on the generated RouteGuide library. |
+ pod 'RouteGuide', :path => '.' |
+end |