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