From d15e2ca13c0542c3b0ac48648aeb9508a23943e8 Mon Sep 17 00:00:00 2001 From: Roy Marmelstein Date: Sun, 17 Jan 2016 19:31:03 +0100 Subject: [PATCH] Podfile cleanup --- examples/Sample/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Sample/Podfile b/examples/Sample/Podfile index 251b260..977a39c 100644 --- a/examples/Sample/Podfile +++ b/examples/Sample/Podfile @@ -1,5 +1,5 @@ source 'https://github.com/CocoaPods/Specs.git' -platform :ios, “9.0” +platform :ios, "9.0" use_frameworks! pod 'Zip', :git => 'https://github.com/marmelroy/Zip.git', :submodules => true -- 2.26.2