We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6419df commit df994dfCopy full SHA for df994df
Podfile
@@ -5,13 +5,13 @@ test_project_path = 'Tests/SDWebImageWebPCoderTests'
5
workspace 'SDWebImageWebPCoder.xcworkspace'
6
7
target 'SDWebImageWebPCoderExample' do
8
- platform :ios, '8.0'
+ platform :ios, '9.0'
9
project example_project_path
10
pod 'SDWebImageWebPCoder', :path => './'
11
end
12
13
target 'SDWebImageWebPCoderTests' do
14
15
project test_project_path
16
pod 'Expecta'
17
0 commit comments