https://github.com/0xwdg/swiftextras
SwiftExtras is a Swift Package containing Extensions and Helpers for Swift which I use on a regular basis, or find useful.
https://github.com/0xwdg/swiftextras
0xwdg extras handy swift swiftextras swiftlang swiftui tools
Last synced: 4 months ago
JSON representation
SwiftExtras is a Swift Package containing Extensions and Helpers for Swift which I use on a regular basis, or find useful.
- Host: GitHub
- URL: https://github.com/0xwdg/swiftextras
- Owner: 0xWDG
- License: mit
- Created: 2025-01-10T12:05:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T17:15:07.000Z (4 months ago)
- Last Synced: 2025-02-26T04:49:04.668Z (4 months ago)
- Topics: 0xwdg, extras, handy, swift, swiftextras, swiftlang, swiftui, tools
- Language: Swift
- Homepage: https://0xwdg.github.io/SwiftExtras/
- Size: 6.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# SwiftExtras
SwiftExtras is a Swift Package containing Extensions and Helpers for Swift which I use on a regular basis, or find useful.
[](https://swiftpackageindex.com/0xWDG/SwiftExtras)
[](https://swiftpackageindex.com/0xWDG/SwiftExtras)
[](https://swift.org/package-manager)
## Requirements
- Swift 5.9+ (Xcode 15+)
- iOS 16+, macOS 13+, tvOS 16+, watchOS 9+## Installation (Pakage.swift)
```swift
dependencies: [
.package(url: "https://github.com/0xWDG/SwiftExtras.git", branch: "main"),
],
targets: [
.target(name: "MyTarget", dependencies: [
.product(name: "SwiftExtras", package: "SwiftExtras"),
]),
]
```## Installation (Xcode)
1. In Xcode, open your project and navigate to **File** โ **Swift Packages** โ **Add Package Dependency...**
2. Paste the repository URL (`https://github.com/0xWDG/SwiftExtras`) and click **Next**.
3. Click **Finish**.## Contact
๐ฆ [@0xWDG](https://bsky.app/profile/0xWDG.bsky.social)
๐ [mastodon.social/@0xWDG](https://mastodon.social/@0xWDG)
๐ฆ [@0xWDG](https://x.com/0xWDG)
๐งต [@0xWDG](https://www.threads.net/@0xWDG)
๐ [wesleydegroot.nl](https://wesleydegroot.nl)
๐ค [Discord](https://discordapp.com/users/918438083861573692)Interested learning more about Swift? [Check out my blog](https://wesleydegroot.nl/blog/).