mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

Swift 3.0 errors #23

Closed JaleelNazir closed 7 years ago

JaleelNazir commented 7 years ago

Can you release Swift 3.0 ver?

mzeeshanid commented 7 years ago

I have updated it for swift 3.0 Now I will update the cocoapods version.

kostapappas commented 7 years ago

seems cocoapod not yet updated. You can use pod "MZDownloadManager", :git => 'https://github.com/mzeeshanid/MZDownloadManager.git'

to get the latest build

mzeeshanid commented 7 years ago

Podspec is updated so closing now.

jlubeck commented 7 years ago

It doesn't seem to be updated, as installing with Cocoapods is still installing 3.1 as the latest.