diff --git a/examples/Sample/Podfile b/examples/Sample/Podfile index 977a39c67c8d9abd6e8194a8737b5ea67f7076f0..e1dee5c846c782c2a910cb6bcd3f158fa02acefd 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