koenigsley / SwiftDI

Lightweight dependency injection library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Lightweight dependency injection library

License:MIT License


Languages

Language:Swift 100.0%