blob: 853b3e0d0d85e0cbbaed21ab8475aaa528db0dde [file] [log] [blame]
{
"name": "DependencyInjection",
"version": "1.11.1",
"summary": "Microframework in Swift for dependency injection based on property wrappers.",
"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()`.",
"homepage": "https://github.com/sebastianpixel/DependencyInjection",
"authors": "Sebastian Pickl",
"social_media_url": "http://twitter.com/SebastianPickl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"swift_versions": "5.2",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/sebastianpixel/DependencyInjection.git",
"tag": "1.11.1"
},
"source_files": "Sources/DependencyInjection",
"swift_version": "5.2"
}