forked from nicklockwood/AsyncImageView
-
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.
- Loading branch information
1 parent
7968e03
commit 4403d78
Showing
18 changed files
with
208 additions
and
356 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "AsyncImageView" | ||
s.version = "1.5.1" | ||
s.version = "1.6" | ||
s.summary = "AsyncImageView is an extension of UIImageView for loading and displaying images asynchronously on iOS so that they do not lock up the UI." | ||
|
||
s.description = "AsyncImageView includes both a simple category on UIImageView for loading and displaying images asynchronously on iOS so that they do not lock up the UI, and a UIImageView subclass for more advanced features. AsyncImageView works with URLs so it can be used with either local or remote files. | ||
|
@@ -12,9 +12,9 @@ Pod::Spec.new do |s| | |
s.homepage = "http://charcoaldesign.co.uk/source/cocoa#asyncimageview" | ||
s.license = { :type => 'zlib', :file => 'LICENCE.md' } | ||
s.author = { "Nick Lockwood" => "[email protected]" } | ||
s.source = { :git => "https://github.com/nicklockwood/AsyncImageView.git", :tag => "1.5.1" } | ||
s.source = { :git => "https://github.com/nicklockwood/AsyncImageView.git", :tag => "1.6" } | ||
|
||
s.platform = :ios, '4.3' | ||
s.platform = :ios, '7.0' | ||
s.source_files = 'AsyncImageView' | ||
s.requires_arc = true | ||
end |
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.