From a68143962dca977c776ac5d8177b25154c3b59d4 Mon Sep 17 00:00:00 2001 From: Roy Marmelstein Date: Wed, 11 May 2016 00:04:02 +0200 Subject: [PATCH] Fix example podfile --- examples/Sample/Podfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Sample/Podfile b/examples/Sample/Podfile index 977a39c..e1dee5c 100644 --- a/examples/Sample/Podfile +++ b/examples/Sample/Podfile @@ -2,4 +2,6 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, "9.0" use_frameworks! +target ‘Sample’ do pod 'Zip', :git => 'https://github.com/marmelroy/Zip.git', :submodules => true +end \ No newline at end of file -- 2.26.2