Skip to content

Commit df994df

Browse files
committed
Update Example to use iOS 9
1 parent b6419df commit df994df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ test_project_path = 'Tests/SDWebImageWebPCoderTests'
55
workspace 'SDWebImageWebPCoder.xcworkspace'
66

77
target 'SDWebImageWebPCoderExample' do
8-
platform :ios, '8.0'
8+
platform :ios, '9.0'
99
project example_project_path
1010
pod 'SDWebImageWebPCoder', :path => './'
1111
end
1212

1313
target 'SDWebImageWebPCoderTests' do
14-
platform :ios, '8.0'
14+
platform :ios, '9.0'
1515
project test_project_path
1616
pod 'Expecta'
1717
pod 'SDWebImageWebPCoder', :path => './'

0 commit comments

Comments
 (0)