-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swift 2.0 updates and optimizations. Xcode 7.0 compatibility updates.
- Loading branch information
1 parent
03e1e7f
commit 9ed7060
Showing
365 changed files
with
2,534 additions
and
2,582 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,16 +1,16 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'KFSwiftImageLoader' | ||
s.version = '1.2' | ||
s.version = '2.0.0' | ||
s.summary = 'High-performance, lightweight, and energy-efficient pure Swift async web image loader with memory and disk caching for iOS and Watch.' | ||
s.homepage = 'https://github.com/kiavashfaisali/KFSwiftImageLoader' | ||
s.license = { :type => 'MIT', | ||
:file => 'LICENSE' } | ||
:file => 'LICENSE' } | ||
s.authors = { 'kiavashfaisali' => '[email protected]' } | ||
|
||
s.platform = :ios, '8.2' | ||
s.requires_arc = true | ||
s.ios.deployment_target = '8.2' | ||
s.source = { :git => 'https://github.com/kiavashfaisali/KFSwiftImageLoader.git', | ||
:tag => s.version.to_s } | ||
:tag => s.version.to_s } | ||
s.source_files = 'KFSwiftImageLoader/*.swift' | ||
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
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.