Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 965 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 965 Bytes

MSL Networking

MSL Networking provides common helper functions to make working with API requests easier.

Features

Installation

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding MSLNetworking as a dependency is as easy as adding it to the dependencies value of your Package.swift or the Package list in Xcode.

dependencies: [
    .package(url: "https://github.com/MichiganLabs/MSLToolkit.git", from: "0.0.1")
]

Then add the dependency of MSLNetworking to your target:

.product(name: "MSLToolKit", package: "MSLNetworking")