UUSwiftNetworking

1.3.8

Useful Utilities is a collection of helper classes that extend or complement existing UIKit framework classes.
SilverPineSoftware/UUSwiftNetworking

What's New

1.3.9

2023-01-15T15:56:26Z
  • Fixed JSON parsing to allow parsing of fragments

UUSwiftNetworking

Carthage compatible

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.

Installation

- Swift Package Manager

UUSwiftNetworking has native SPM support.

- Carthage

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.

Requirements

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

Contributing

Please open pull requests against the develop branch

Swift

UUSwiftNetworking is written entirely in Swift and currently does not support Objective-C interoperability.

Inspiration

UUSwiftNetworking is an updated implementation of the Objective-C classes available here: https://github.com/cheesemaker/toolbox

License

UUSwiftNetworking is available under the MIT license. See LICENSE.md for more information.

Contributors

A list of contributors is available through GitHub.

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

Last updated: Sat Mar 16 2024 22:17:54 GMT-0900 (Hawaii-Aleutian Daylight Time)