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