blob: 1d73e1d879fdd274ebf97f49ea7b086bbe4147b9 [file] [log] [blame]
{
"name": "Swinject",
"version": "2.6.2",
"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.6.2"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true
}