Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
Downloader
A simple Downloader for Swift published under the GNU Affero General Public license.
Usage:
// URL to download
let myurl = URL(...)
// Create a Downloader instance
let downloader = Downloader()
// Register the delegate to get informed about changes.
downloader.delegate = self
// Create multiple DownloadTasks
let task1 = DownloadTask(dID: "mytaskid", source: myurl, destination: "/Path/To/Destination/file", description: "My task description")
// Start the download process
downloader.start(task1)
Github
link |
Stars: 0 |
Related Packages
You may find interesting
Releases
Beta 2 - 2021-01-11T16:07:27
Lowered swift-tools-version to 5.2.