Skip to content

Commit

Permalink
Merge pull request #3206 from dfed/dfed--safedi
Browse files Browse the repository at this point in the history
Add SafeDI cf3ea59
  • Loading branch information
vsouza committed Jan 6, 2025
1 parent 7a56e4b commit 6af9f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)**

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,6 @@ <h2 id="dependency-injection"><a class="anchor" aria-hidden="true" tabindex="-1"
<li><a href="https://github.com/Swinject/Swinject">Swinject</a> - Dependency injection framework for Swift.</li>
<li><a href="https://github.com/appfoundry/Reliant">Reliant</a> - Nonintrusive Objective-C dependency injection.</li>
<li><a href="https://github.com/sabirvirtuoso/Kraken">Kraken</a> - A Dependency Injection Container for Swift with easy-to-use syntax.</li>
<li><a href="https://github.com/square/Cleanse">Cleanse</a> - Lightweight Swift Dependency Injection Framework by Square.</li>
<li><a href="https://github.com/appsquickly/Typhoon">Typhoon</a> - Powerful dependency injection for Objective-C.</li>
<li><a href="https://github.com/appsquickly/pilgrim">Pilgrim</a> - Powerful dependency injection Swift (successor to Typhoon).</li>
<li><a href="https://github.com/thoughtbot/Perform">Perform</a> - Easy dependency injection for storyboard segues.</li>
Expand All @@ -787,6 +786,7 @@ <h2 id="dependency-injection"><a class="anchor" aria-hidden="true" tabindex="-1"
<li><a href="https://github.com/ivlevAstef/DITranquillity">DITranquillity</a> - Dependency injection framework for iOS applications written in clean Swift.</li>
<li><a href="https://github.com/uber/needle">Needle</a> — Compile-time safe Swift dependency injection framework with real code.</li>
<li><a href="https://github.com/vincent-pradeilles/locatable">Locatable</a> - A micro-framework that leverages Property Wrappers to implement the Service Locator pattern.</li>
<li><a href="https://github.com/dfed/safedi">SafeDI</a> - Compile-time safe dependency injection in Swift 6.</li>
</ul>
<p><strong><a href="#contributing-and-collaborating">back to top</a></strong></p>
<h2 id="dependency--package-manager"><a class="anchor" aria-hidden="true" tabindex="-1" href="#dependency--package-manager"><span class="octicon octicon-link"></span></a>Dependency / Package Manager</h2>
Expand Down

0 comments on commit 6af9f4d

Please sign in to comment.