Expecta can use the latest version, using the WebP subspec in the Tests Podfile so we can get all the files
This commit is contained in:
parent
f1d749218e
commit
fbb310b494
|
@ -5,7 +5,8 @@ workspace '../SDWebImage'
|
|||
|
||||
target 'Tests' do
|
||||
platform :ios, '7.0'
|
||||
pod 'Expecta', '<=0.3.1'
|
||||
pod 'SDWebImage', :path => '../'
|
||||
pod 'Expecta'
|
||||
pod 'OCMockito'
|
||||
pod 'SDWebImage/WebP', :path => '../'
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue