diff --git a/Tests/Podfile b/Tests/Podfile index 7ac80de..7f86b80 100644 --- a/Tests/Podfile +++ b/Tests/Podfile @@ -4,7 +4,7 @@ xcodeproj 'SDWebImage Tests' workspace '../SDWebImage' def import_pods - pod 'Expecta' # A Matcher Framework for Objective-C/Cocoa + pod 'Expecta', '<=0.3.1' # A Matcher Framework for Objective-C/Cocoa pod 'SDWebImage', :path => '../' end