Specify Expecta Version

This commit is contained in:
Takeru Chuganji 2015-02-25 10:50:08 +09:00
parent ffa3962992
commit f8c7b9014c
1 changed files with 1 additions and 1 deletions

View File

@ -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