forked from SDWebImage/SDWebImage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request SDWebImage#2510 from zhongwuzw/update-url
Update url after framework transferred
- Loading branch information
Showing
7 changed files
with
195 additions
and
195 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,9 @@ Pod::Spec.new do |s| | |
|
||
s.license = 'MIT' | ||
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.' | ||
s.homepage = 'https://github.com/rs/SDWebImage' | ||
s.homepage = 'https://github.com/SDWebImage/SDWebImage' | ||
s.author = { 'Olivier Poitrey' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => s.version.to_s } | ||
s.source = { :git => 'https://github.com/SDWebImage/SDWebImage.git', :tag => s.version.to_s } | ||
|
||
s.description = 'This library provides a category for UIImageView with support for remote ' \ | ||
'images coming from the web. It provides an UIImageView category adding web ' \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters