An open API service indexing awesome lists of open source software.

https://github.com/binaryscraping/swift-prelude

Common Swift, SwiftUI and UIKit helpers.
https://github.com/binaryscraping/swift-prelude

Last synced: 11 months ago
JSON representation

Common Swift, SwiftUI and UIKit helpers.

Awesome Lists containing this project

README

          

# swift-prelude

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

## Installation

```swift
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](/LICENSE) for details.