Skip to content

Commit 6af9f4d

Browse files
committed
Merge pull request #3206 from dfed/dfed--safedi
Add SafeDI cf3ea59
1 parent 7a56e4b commit 6af9f4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git
684684
- [Swinject](https://github.com/Swinject/Swinject) - Dependency injection framework for Swift.
685685
- [Reliant](https://github.com/appfoundry/Reliant) - Nonintrusive Objective-C dependency injection.
686686
- [Kraken](https://github.com/sabirvirtuoso/Kraken) - A Dependency Injection Container for Swift with easy-to-use syntax.
687-
- [Cleanse](https://github.com/square/Cleanse) - Lightweight Swift Dependency Injection Framework by Square.
688687
- [Typhoon](https://github.com/appsquickly/Typhoon) - Powerful dependency injection for Objective-C.
689688
- [Pilgrim](https://github.com/appsquickly/pilgrim) - Powerful dependency injection Swift (successor to Typhoon).
690689
- [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
696695
- [DITranquillity](https://github.com/ivlevAstef/DITranquillity) - Dependency injection framework for iOS applications written in clean Swift.
697696
- [Needle](https://github.com/uber/needle) — Compile-time safe Swift dependency injection framework with real code.
698697
- [Locatable](https://github.com/vincent-pradeilles/locatable) - A micro-framework that leverages Property Wrappers to implement the Service Locator pattern.
698+
- [SafeDI](https://github.com/dfed/safedi) - Compile-time safe dependency injection in Swift 6.
699699

700700
**[back to top](#contributing-and-collaborating)**
701701

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@ <h2 id="dependency-injection"><a class="anchor" aria-hidden="true" tabindex="-1"
775775
<li><a href="https://github.com/Swinject/Swinject">Swinject</a> - Dependency injection framework for Swift.</li>
776776
<li><a href="https://github.com/appfoundry/Reliant">Reliant</a> - Nonintrusive Objective-C dependency injection.</li>
777777
<li><a href="https://github.com/sabirvirtuoso/Kraken">Kraken</a> - A Dependency Injection Container for Swift with easy-to-use syntax.</li>
778-
<li><a href="https://github.com/square/Cleanse">Cleanse</a> - Lightweight Swift Dependency Injection Framework by Square.</li>
779778
<li><a href="https://github.com/appsquickly/Typhoon">Typhoon</a> - Powerful dependency injection for Objective-C.</li>
780779
<li><a href="https://github.com/appsquickly/pilgrim">Pilgrim</a> - Powerful dependency injection Swift (successor to Typhoon).</li>
781780
<li><a href="https://github.com/thoughtbot/Perform">Perform</a> - Easy dependency injection for storyboard segues.</li>
@@ -787,6 +786,7 @@ <h2 id="dependency-injection"><a class="anchor" aria-hidden="true" tabindex="-1"
787786
<li><a href="https://github.com/ivlevAstef/DITranquillity">DITranquillity</a> - Dependency injection framework for iOS applications written in clean Swift.</li>
788787
<li><a href="https://github.com/uber/needle">Needle</a> — Compile-time safe Swift dependency injection framework with real code.</li>
789788
<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>
789+
<li><a href="https://github.com/dfed/safedi">SafeDI</a> - Compile-time safe dependency injection in Swift 6.</li>
790790
</ul>
791791
<p><strong><a href="#contributing-and-collaborating">back to top</a></strong></p>
792792
<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>

0 commit comments

Comments
 (0)