Expecta can use the latest version, using the WebP subspec in the Tests Podfile …
…so we can get all the files
Showing
1 changed file
with
3 additions
and
2 deletions
@@ -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 |
-
Please register or login to post a comment