Skip to content

ariskox/SwiftBlade

Repository files navigation

SwiftBlade

SwiftBlade iOS macOS CI

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.

Features

  • 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.

Installation

Swift Package Manager

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")
]

List of iOS/macOS Extensions

Parallelization

List of macOS Extensions

Process

About

A collection of useful Swift Classes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages