blob: 0ad3d2d1bb7b71099bf3c7a74839dfdeccdbafde [file] [log] [blame]
{
"name": "Swinject",
"version": "2.4.0",
"summary": "Dependency injection framework for Swift",
"description": "Swinject is a dependency injection framework for Swift, to manage the dependencies of types in your system.",
"homepage": "https://github.com/Swinject/Swinject",
"license": "MIT",
"authors": "Swinject Contributors",
"source": {
"git": "https://github.com/Swinject/Swinject.git",
"tag": "2.4.0"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true
}