Update Example to use iOS 9
This commit is contained in:
parent
b6419df550
commit
df994df73e
4
Podfile
4
Podfile
|
@ -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 => './'
|
||||||
|
|
Loading…
Reference in New Issue