2014-11-03 04:53:32 +08:00
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
|
2014-06-20 22:21:01 +08:00
|
|
|
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
|
2014-06-20 22:21:01 +08:00
|
|
|
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
|