aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/helloworld_macos/Podfile
diff options
context:
space:
mode:
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