From 5a7a3c3541ef4560013d460d73f36f9159c6114b Mon Sep 17 00:00:00 2001 From: Marcin Iwanicki Date: Sun, 4 Aug 2024 11:01:01 +0100 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e2518..a06c427 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ A project focused on simple, small, and reusable Swift components. It was created to support command line tools in [Mobile Infra](https://github.com/mobileinf). -## Alternatives +## `SCInject` + +A minimalisic and efficient dependency injection (DI) container. It aims to simplify the management of dependencies by providing a streamlined and intuitive API for registering and resolving components. + +### Alternatives - [Swinject](https://github.com/Swinject/Swinject) - [Factory](https://github.com/hmlongco/Factory)