2 "name": "DependencyInjection",
4 "summary": "Microframework in Swift for dependency injection based on property wrappers.",
5 "description": "DependencyInjection is a small framework that allows to register dependencies that resolve either to shared or new instances. Resolving is done either via `@Inject` and `@LazyInject` property wrappers or by calling `DIContainer.resolve()`.",
6 "homepage": "https://github.com/sebastianpixel/DependencyInjection",
7 "authors": "Sebastian Pickl",
8 "social_media_url": "http://twitter.com/SebastianPickl",
13 "swift_versions": "5.2",
19 "git": "https://github.com/sebastianpixel/DependencyInjection.git",
22 "source_files": "Sources/DependencyInjection",
23 "swift_version": "5.2"