Update Example to use iOS 9

This commit is contained in:
DreamPiggy 2020-11-23 10:36:38 +08:00
parent b6419df550
commit df994df73e
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ test_project_path = 'Tests/SDWebImageWebPCoderTests'
workspace 'SDWebImageWebPCoder.xcworkspace' workspace 'SDWebImageWebPCoder.xcworkspace'
target 'SDWebImageWebPCoderExample' do target 'SDWebImageWebPCoderExample' do
platform :ios, '8.0' platform :ios, '9.0'
project example_project_path project example_project_path
pod 'SDWebImageWebPCoder', :path => './' pod 'SDWebImageWebPCoder', :path => './'
end end
target 'SDWebImageWebPCoderTests' do target 'SDWebImageWebPCoderTests' do
platform :ios, '8.0' platform :ios, '9.0'
project test_project_path project test_project_path
pod 'Expecta' pod 'Expecta'
pod 'SDWebImageWebPCoder', :path => './' pod 'SDWebImageWebPCoder', :path => './'