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