Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 406 Bytes

Sip

Sip is a dependency injection library for Swift. The API is heavily inspired by https://github.com/square/Cleanse, with key differences in design and implemention.

Features

  • Unique binding
  • Scoped binding
  • Tagged binding
  • Multibinding: Array and Dictionary
  • Subcomponents
  • Injection method
  • Assisted injection

Example

See the playground for a few examples of how to use the library