From 20fa6693f3836bf1418176ec78b26feaf51a369d Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Thu, 27 Aug 2015 14:00:20 -0700 Subject: move examples to correct locations --- examples/objective-c/helloworld/Podfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/objective-c/helloworld/Podfile (limited to 'examples/objective-c/helloworld/Podfile') diff --git a/examples/objective-c/helloworld/Podfile b/examples/objective-c/helloworld/Podfile new file mode 100644 index 0000000000..2934ebc2c8 --- /dev/null +++ b/examples/objective-c/helloworld/Podfile @@ -0,0 +1,7 @@ +source 'https://github.com/CocoaPods/Specs.git' +platform :ios, '8.0' + +target 'HelloWorld' do + # Depend on the generated HelloWorld library. + pod 'HelloWorld', :path => '.' +end -- cgit v1.2.3