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
朱小军
2015-11-05 20:32:59 +0800
Commit
ba7be4b596833949114acf432dc4696bdcdcbce9
1 parent
c521f98b
去除编译告警
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
SDWebImage.podspec
SDWebImage/UIImage+WebP.m
SDWebImage.podspec
View file @
ba7be4b
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'
SDWebImage'
s
.
name
=
‘
YH_
SDWebImage
'
s.version = '
3
.
7
.
3
'
s.platform = :ios, '
5
.
0
'
s.license = '
MIT
'
...
...
SDWebImage/UIImage+WebP.m
View file @
ba7be4b
...
...
@@ -12,7 +12,7 @@
#if !COCOAPODS
#import "webp/decode.h"
#else
#import "
libwebp/
webp/decode.h"
#import "webp/decode.h"
#endif
// Callback for CGDataProviderRelease
...
...
Please
register
or
login
to post a comment