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:
Bogdan Poplauschi 2016-05-28 23:00:16 +03:00
parent f1a471e93f
commit 5ac4e308c7
1 changed files with 4 additions and 7 deletions

View File

@ -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