Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Bogdan Poplauschi
2016-09-23 20:37:17 +0300
Commit
fbb310b494d5dab4e26f453b1b4a4c7f49d1be41
1 parent
f1d74921
Expecta can use the latest version, using the WebP subspec in the Tests Podfile …
…so we can get all the files
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
Tests/Podfile
Tests/Podfile
View file @
fbb310b
...
...
@@ -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
...
...
Please
register
or
login
to post a comment