blob: 6704fe9a51e111b1dcb869578c537bdd8114f679 [file] [log] [blame]
{
"name": "DependencyInjection",
"version": "1.11.6",
"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.6"
},
"source_files": "Sources/DependencyInjection",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/DependencyInjectionTests"
}
],
"swift_version": "5.2"
}