/SimpleNetwork

A simple network layer for use in small iOS projects with async/await support

Primary LanguageSwift

SimpleNetwork

Swift Package Manager compatible

Intro

SimpleNetwork is simple network layer for use in small projects.

Swift Package Manager

Note: Instructions below are for using SwiftPM without the Xcode UI. It's the easiest to go to your Project Settings -> Swift Packages and add it from there.

To integrate using Apple's Swift package manager, without Xcode integration, add the following as a dependency to your Package.swift:

.package(url: "https://github.com/garrefa/SimpleNetwork.git")

and then specify "SimpleNetwork" as a dependency of the Target in which you wish to use it.