Useful Utilities is a collection of helper classes that extend or complement existing UIKit framework classes. UUSwiftNetworking provides a clean, simple interface for requesting remote objects via an HTTP interface.
UUSwiftNetworking has native SPM support.
UUSwiftNetworking may be installed via Carthage. To install it, simply add the following line to your Cartfile
:
github "SilverPineSoftware/UUSwiftNetworking"
Then, following the instructions for integrating Carthage frameworks into your app, link the UUSwiftNetworking
framework into your project.
This library requires a deployment target of iOS 10.0 or greater or OSX 10.10 or greater. UUSwiftNetworking currently supports Swift version 4.0
Please open pull requests against the develop
branch
UUSwiftNetworking is written entirely in Swift and currently does not support Objective-C interoperability.
UUSwiftNetworking is an updated implementation of the Objective-C classes available here: https://github.com/cheesemaker/toolbox
UUSwiftNetworking is available under the MIT license. See LICENSE.md
for more information.