Skip to content

binaryscraping/swift-prelude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors