binaryscraping / swift-prelude

Common Swift, SwiftUI and UIKit helpers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swift-prelude

A collection of common, Swift, SwiftUI and UIKit helpers to make developing apps easier.

Installation

import PackageDescription

let package = Package(
  dependencies: [
    .package(url: "https://github.com/binaryscraping/swift-prelude.git", .branch("main")),
  ]
)

License

This package is released under the MIT license. See LICENSE for details.

About

Common Swift, SwiftUI and UIKit helpers.


Languages

Language:Swift 95.4%Language:Makefile 4.6%