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
刘金林
2018-05-17 15:40:34 +0800
Commit
506d4a6862a0f69e88849559aeb1540fb90d2566
1 parent
b05959db
添加忽略文件,更改webp依赖至ALWlibwebp
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
.gitignore
SDWebImage.podspec
.gitignore
View file @
506d4a6
...
...
@@ -19,6 +19,7 @@ DerivedData
*.ipa
*.xcuserstate
*.xcscmblueprint
SDWebImage.xcworkspace/xcshareddata
# CocoaPods
#
...
...
SDWebImage.podspec
View file @
506d4a6
...
...
@@ -62,6 +62,6 @@ Pod::Spec.new do |s|
'USER_HEADER_SEARCH_PATHS'
=>
'$(inherited) $(SRCROOT)/libwebp/src'
}
webp
.
dependency
'SDWebImage/Core'
webp
.
dependency
'
libwebp'
,
'~> 0.5
'
webp
.
dependency
'
ALWlibwebp
'
end
end
...
...
Please
register
or
login
to post a comment