Podfile 270 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 xcodeproj 'SDWebImage Tests' workspace '../SDWebImage' def import_pods pod 'Expecta' # A Matcher Framework for Objective-C/Cocoa pod 'SDWebImage', :path => '../' end target :ios do platform :ios, '5.0' link_with 'Tests' import_pods end