A collection of common, Swift, SwiftUI and UIKit helpers to make developing apps easier.
import PackageDescription
let package = Package(
dependencies: [
.package(url: "https://github.com/binaryscraping/swift-prelude.git", .branch("main")),
]
)
This package is released under the MIT license. See LICENSE for details.