/SwiftDI

Lightweight dependency injection library

Primary LanguageSwiftMIT LicenseMIT

SwiftDI

Lightweight dependency injection library.

Requirements

  • Swift 5.5 or newer
  • iOS 11.0 or newer

Installation

You can install this package using Swift Package Manager by adding the following line to the dependencies in your Package.swift file:

.package(url: "https://github.com/purenative/SwiftDI.git", .branch("main"))

Contributing

Don't forget to open an issue if you found a bug or have a question. Feel free to fork this repository and open a pull request if you fixed an existing feature or implemented a new one.

License

SwiftDI is released under the MIT license. See LICENSE for details.