SDWebImage/Tests/Podfile

13 lines
225 B
Ruby

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