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