SDWebImage/Tests/Podfile

16 lines
327 B
Plaintext
Raw Normal View History

source 'https://github.com/CocoaPods/Specs.git'
xcodeproj 'SDWebImage Tests'
workspace '../SDWebImage'
def import_pods
2015-02-25 09:50:08 +08:00
pod 'Expecta', '<=0.3.1' # A Matcher Framework for Objective-C/Cocoa
pod 'SDWebImage', :path => '../'
end
target :ios do
platform :ios, '5.0'
link_with 'Tests'
import_pods
2014-09-15 18:55:12 +08:00
end