Probably the tests were missing a link to the Core component - let's try this

This commit is contained in:
Bogdan Poplauschi 2018-09-05 13:27:57 +03:00
parent 74ad445735
commit 7539fa46ff
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ workspace '../SDWebImageWebPCoder'
target 'SDWebImageWebPCoderTests' do target 'SDWebImageWebPCoderTests' do
pod 'SDWebImageWebPCoder', :path => '../' pod 'SDWebImageWebPCoder', :path => '../'
pod 'SDWebImage'
end end