blob: e3ab55e474f83d56ad8dddf9db0b336718c9bedd [file] [log] [blame]
{
"name": "SwinjectAutoregistration",
"version": "2.7.0",
"summary": "Autoregistration for Swinject",
"description": "SwinjectAutoregistration is an extension of Swinject that allows to automatically inject dependencies into registered services.",
"homepage": "https://github.com/Swinject/SwinjectAutoregistration",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Swinject Contributors",
"source": {
"git": "https://github.com/Swinject/SwinjectAutoregistration.git",
"tag": "2.7.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "Sources/**/*.{swift,h}",
"dependencies": {
"Swinject": [
"~> 2.7"
]
},
"swift_version": "5.0"
}