Expecta can use the latest version, using the WebP subspec in the Tests Podfile so we can get all the files

This commit is contained in:
Bogdan Poplauschi 2016-09-23 20:37:17 +03:00
parent f1d749218e
commit fbb310b494
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ workspace '../SDWebImage'
target 'Tests' do
platform :ios, '7.0'
pod 'Expecta', '<=0.3.1'
pod 'SDWebImage', :path => '../'
pod 'Expecta'
pod 'OCMockito'
pod 'SDWebImage/WebP', :path => '../'
end