blob: 5751e933df6748f65b8269e2a6fc96d5f777060d [file] [log] [blame]
{
"name": "SwinjectAutoregistration",
"version": "2.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift,h}",
"dependencies": {
"Swinject": [
"~> 2.1"
]
},
"pushed_with_swift_version": "3.1.1"
}