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