forked from SDWebImage/SDWebImage
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge upstream for issue:SDWebImage#399 and pull:SDWebImage#444
- Loading branch information
Showing
12 changed files
with
186 additions
and
70 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'SDWebImage' | ||
s.version = '3.3' | ||
s.version = '3.4' | ||
s.platform = :ios, '5.0' | ||
s.license = 'MIT' | ||
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.' | ||
s.homepage = 'https://github.com/rs/SDWebImage' | ||
s.author = { 'Olivier Poitrey' => '[email protected]' } | ||
# this source is forked for WanPai | ||
s.source = { :git => 'https://github.com/RoCry/SDWebImage.git', :tag => '3.3' } | ||
s.source = { :git => 'https://github.com/RoCry/SDWebImage.git', :tag => '3.4' } | ||
|
||
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
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
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
Oops, something went wrong.