blob: d017a3a34f4f9744903f96d9e1868cb779a43664 [file] [log] [blame]
{
"name": "Swinject",
"version": "2.7.1",
"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.7.1"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "5.0"
}