From f8c7b9014c4e77bb3901469d254dfaa2c556cd9f Mon Sep 17 00:00:00 2001 From: Takeru Chuganji Date: Wed, 25 Feb 2015 10:50:08 +0900 Subject: [PATCH] Specify Expecta Version --- Tests/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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