Specify Expecta Version
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -4,7 +4,7 @@ xcodeproj 'SDWebImage Tests' | @@ -4,7 +4,7 @@ xcodeproj 'SDWebImage Tests' | ||
4 | workspace '../SDWebImage' | 4 | workspace '../SDWebImage' |
5 | 5 | ||
6 | def import_pods | 6 | def import_pods |
7 | - pod 'Expecta' # A Matcher Framework for Objective-C/Cocoa | 7 | + pod 'Expecta', '<=0.3.1' # A Matcher Framework for Objective-C/Cocoa |
8 | pod 'SDWebImage', :path => '../' | 8 | pod 'SDWebImage', :path => '../' |
9 | end | 9 | end |
10 | 10 |
-
Please register or login to post a comment