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.
- Host: GitHub
- URL: https://github.com/binaryscraping/swift-prelude
- Owner: binaryscraping
- Created: 2022-04-19T09:44:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T10:39:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T07:57:38.227Z (about 1 year ago)
- Language: Swift
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.