Просмотр исходного кода

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

Bogdan Poplauschi 9 лет назад
Родитель
Сommit
fbb310b494
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      Tests/Podfile

+ 3 - 2
Tests/Podfile

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