SwiftBlade is a collection of useful classes and extensions designed to enhance your Swift development experience. This library is built for Swift 6 and is fully compatible with iOS 17 and macOS 13, providing you with the tools you need to streamline your projects and improve code quality.
- Utility Classes: A variety of utility classes for common tasks.
- Extensions: Extensions for native types that make your code cleaner and more efficient.
- Modern Swift Syntax: Utilizes the latest features of Swift 6.
- Cross-Platform Support: Works seamlessly on both iOS and macOS.
You can easily integrate SwiftBlade into your project using the Swift Package Manager. Add the following dependency to your Package.swift
file:
dependencies: [
.package(url: "https://github.com/ariskox/swiftblade.git", from: "1.0.0")
]