From df994df73e1da71eb2ada60ecc4fb12180e479fe Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Mon, 23 Nov 2020 10:36:38 +0800 Subject: [PATCH] Update Example to use iOS 9 --- Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index dc6b638..a97e6c6 100644 --- a/Podfile +++ b/Podfile @@ -5,13 +5,13 @@ test_project_path = 'Tests/SDWebImageWebPCoderTests' workspace 'SDWebImageWebPCoder.xcworkspace' target 'SDWebImageWebPCoderExample' do - platform :ios, '8.0' + platform :ios, '9.0' project example_project_path pod 'SDWebImageWebPCoder', :path => './' end target 'SDWebImageWebPCoderTests' do - platform :ios, '8.0' + platform :ios, '9.0' project test_project_path pod 'Expecta' pod 'SDWebImageWebPCoder', :path => './'