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' @@ -5,7 +5,8 @@ workspace '../SDWebImage'
5 5
6 target 'Tests' do 6 target 'Tests' do
7 platform :ios, '7.0' 7 platform :ios, '7.0'
8 - pod 'Expecta', '<=0.3.1'  
9 - pod 'SDWebImage', :path => '../' 8 + pod 'Expecta'
  9 + pod 'OCMockito'
  10 + pod 'SDWebImage/WebP', :path => '../'
10 11
11 end 12 end