From 6af9f4d3f09a392b3bc5317a2b0ec57fdda682e2 Mon Sep 17 00:00:00 2001 From: vsouza Date: Mon, 6 Jan 2025 20:50:09 +0000 Subject: [PATCH] Merge pull request #3206 from dfed/dfed--safedi Add SafeDI cf3ea593023f1c1c14ac30aab85cc37866f6f30b --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b4102a5e..be7f78cde 100644 --- a/README.md +++ b/README.md @@ -684,7 +684,6 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git - [Swinject](https://github.com/Swinject/Swinject) - Dependency injection framework for Swift. - [Reliant](https://github.com/appfoundry/Reliant) - Nonintrusive Objective-C dependency injection. - [Kraken](https://github.com/sabirvirtuoso/Kraken) - A Dependency Injection Container for Swift with easy-to-use syntax. -- [Cleanse](https://github.com/square/Cleanse) - Lightweight Swift Dependency Injection Framework by Square. - [Typhoon](https://github.com/appsquickly/Typhoon) - Powerful dependency injection for Objective-C. - [Pilgrim](https://github.com/appsquickly/pilgrim) - Powerful dependency injection Swift (successor to Typhoon). - [Perform](https://github.com/thoughtbot/Perform) - Easy dependency injection for storyboard segues. @@ -696,6 +695,7 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git - [DITranquillity](https://github.com/ivlevAstef/DITranquillity) - Dependency injection framework for iOS applications written in clean Swift. - [Needle](https://github.com/uber/needle) — Compile-time safe Swift dependency injection framework with real code. - [Locatable](https://github.com/vincent-pradeilles/locatable) - A micro-framework that leverages Property Wrappers to implement the Service Locator pattern. +- [SafeDI](https://github.com/dfed/safedi) - Compile-time safe dependency injection in Swift 6. **[back to top](#contributing-and-collaborating)** diff --git a/index.html b/index.html index a044cecce..234489473 100644 --- a/index.html +++ b/index.html @@ -775,7 +775,6 @@

Swinject - Dependency injection framework for Swift.
  • Reliant - Nonintrusive Objective-C dependency injection.
  • Kraken - A Dependency Injection Container for Swift with easy-to-use syntax.
  • -
  • Cleanse - Lightweight Swift Dependency Injection Framework by Square.
  • Typhoon - Powerful dependency injection for Objective-C.
  • Pilgrim - Powerful dependency injection Swift (successor to Typhoon).
  • Perform - Easy dependency injection for storyboard segues.
  • @@ -787,6 +786,7 @@

    DITranquillity - Dependency injection framework for iOS applications written in clean Swift.
  • Needle — Compile-time safe Swift dependency injection framework with real code.
  • Locatable - A micro-framework that leverages Property Wrappers to implement the Service Locator pattern.
  • +
  • SafeDI - Compile-time safe dependency injection in Swift 6.
  • back to top

    Dependency / Package Manager