CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Sep 2017 |
SwiftSwift Version | 4.0 |
SPMSupports SPM | ✗ |
Maintained by ntian.
NTDownlaod is a lightweight Swift 4 library for download files.
URLSession
-based networking.NTDownlaod is available through Cocoapods. So you can add the following line to your Podfile.
pod 'NTDownload'
let urlString = "url_of_you_file"
NTDownloadManager.shared.addDownloadTask(urlString: urlString)
You can also clone the repo, and run the example project.
NTDownload is released under the MIT license. See LICENSE for details.