Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down