Add download resume support (#3246)

* Adds support for resuming downloads that were canceled due to exiting preload range.

* Update to latest PINRemoteImage

* Fix warnings

* Address comments. Thanks @nguyenhuy!
This commit is contained in:
Garrett Moon
2017-04-10 11:18:05 -07:00
committed by GitHub
parent 582bca93cb
commit 68a8d5f468
4 changed files with 40 additions and 17 deletions

View File

@@ -44,7 +44,7 @@ Pod::Spec.new do |spec|
end
spec.subspec 'PINRemoteImage' do |pin|
pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.8'
pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.9'
pin.dependency 'PINRemoteImage/PINCache'
pin.dependency 'AsyncDisplayKit/Core'
end