Authored by Bogdan Poplauschi

Expecta can use the latest version, using the WebP subspec in the Tests Podfile …

…so we can get all the files
... ... @@ -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
... ...