We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa3962 commit f8c7b90Copy full SHA for f8c7b90
Tests/Podfile
@@ -4,7 +4,7 @@ xcodeproj 'SDWebImage Tests'
4
workspace '../SDWebImage'
5
6
def import_pods
7
- pod 'Expecta' # A Matcher Framework for Objective-C/Cocoa
+ pod 'Expecta', '<=0.3.1' # A Matcher Framework for Objective-C/Cocoa
8
pod 'SDWebImage', :path => '../'
9
end
10
0 commit comments