mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-25 23:47:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user