aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/helloworld/cocoapods/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp/helloworld/cocoapods/Podfile')
-rw-r--r--examples/cpp/helloworld/cocoapods/Podfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/cpp/helloworld/cocoapods/Podfile b/examples/cpp/helloworld/cocoapods/Podfile
new file mode 100644
index 0000000000..a471fe03cf
--- /dev/null
+++ b/examples/cpp/helloworld/cocoapods/Podfile
@@ -0,0 +1,10 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :ios, '8.0'
+
+source 'https://github.com/muxi/grpc-pod.git'
+
+install! 'cocoapods', :deterministic_uuids => false
+
+target 'HelloWorldCpp' do
+ pod 'gRPC-C++'
+end