Podfile 213 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 source 'https://github.com/CocoaPods/Specs.git' xcodeproj 'SDWebImage Tests' workspace '../SDWebImage' target 'Tests' do platform :ios, '7.0' pod 'Expecta', '<=0.3.1' pod 'SDWebImage', :path => '../' end