SDWebImage/Tests/Podfile

12 lines
213 B
Plaintext
Raw Normal View History

source 'https://github.com/CocoaPods/Specs.git'
xcodeproj 'SDWebImage Tests'
workspace '../SDWebImage'
target 'Tests' do
platform :ios, '5.0'
pod 'Expecta', '<=0.3.1'
pod 'SDWebImage', :path => '../'
2014-09-15 18:55:12 +08:00
end