An open API service indexing awesome lists of open source software.

https://github.com/indice-co/indice.swift.networking

Swift Library containing http related stuff as well as rest helpers and encoding helpers.
https://github.com/indice-co/indice.swift.networking

http networking swift

Last synced: 7 months ago
JSON representation

Swift Library containing http related stuff as well as rest helpers and encoding helpers.

Awesome Lists containing this project

README

          

# Indice.Swift.Networking ![alt text](icon/icon-64.png "Indice logo")
![Swift 5](https://img.shields.io/badge/swift-5-orange.svg)
![platform iOs 13](https://img.shields.io/badge/Platform-iOS%2013-blue.svg)
![platform macOs 10.15](https://img.shields.io/badge/Platform-macOs%20v10.15-blueviolet.svg)

Swift Library containing http related stuff as well as rest helpers and encoding helpers.

## Installation

```swift
dependencies: [
.package(url: "https://github.com/indice-co/Indice.Swift.Networking", .upToNextMajor(from: "1.0.0"))
]
```
Or you can clone the repo, and add it manually.