Fixed the Tests/Podfile, the Target ios was not to be found, so took advantage of this change to simplify it
This commit is contained in:
parent
f1a471e93f
commit
5ac4e308c7
|
@ -3,12 +3,9 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||
xcodeproj 'SDWebImage Tests'
|
||||
workspace '../SDWebImage'
|
||||
|
||||
def import_pods
|
||||
pod 'Expecta', '<=0.3.1' # A Matcher Framework for Objective-C/Cocoa
|
||||
pod 'SDWebImage', :path => '../'
|
||||
end
|
||||
|
||||
target :ios do
|
||||
target 'Tests' do
|
||||
platform :ios, '5.0'
|
||||
import_pods
|
||||
pod 'Expecta', '<=0.3.1'
|
||||
pod 'SDWebImage', :path => '../'
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue