MSL SwiftUI provides common helper functions to work with SwiftUI.
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 MSLSwiftUI to your target:
.product(name: "MSLToolKit", package: "MSLSwiftUI")