The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. It is in early development, but Graceful Networking does support its use on supported platforms.
Once you have your Swift package set up, adding Graceful Networking as a dependency is as easy as adding it to the dependencies value of your Package.swift.
Graceful Networking
Elegant Networking in Swift
Based on AsyncHTTPClient.
Swift Package Manager
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the
swift
compiler. It is in early development, but Graceful Networking does support its use on supported platforms.Once you have your Swift package set up, adding Graceful Networking as a dependency is as easy as adding it to the
dependencies
value of yourPackage.swift
.Credit
Graceful Networking is slightly inspired by github.com/Alamofire/Alamofire.
Making requests
Downloading data to a file