aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/helloworld_macos/Podfile
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-09-18 11:46:07 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-09-18 11:46:07 -0700
commit5e754a182ca1812424205f1fa1e4516113648503 (patch)
tree1b3700b22e0c5ead60688ea6e2bf34ab50fc0ad6 /examples/objective-c/helloworld_macos/Podfile
parent8ad90b42a7447e0a90778c462e40fc6116401682 (diff)
Add MacOS example
Diffstat (limited to 'examples/objective-c/helloworld_macos/Podfile')
-rw-r--r--examples/objective-c/helloworld_macos/Podfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/objective-c/helloworld_macos/Podfile b/examples/objective-c/helloworld_macos/Podfile
new file mode 100644
index 0000000000..bf1488cba6
--- /dev/null
+++ b/examples/objective-c/helloworld_macos/Podfile
@@ -0,0 +1,9 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :macos, '10.9'
+
+install! 'cocoapods', :deterministic_uuids => false
+
+target 'HelloWorld' do
+ # Depend on the generated HelloWorld library.
+ pod 'HelloWorld', :path => '.'
+end