blob: 33a6325b3218bdee03f46af164fd5476c7236745 [file] [log] [blame]
{
"name": "Swinject-CodeGen",
"version": "2.0.0",
"summary": "Generates extensions on the container class, to make use of swinject less error prone and more typesafe.",
"description": "Generates extensions on the container class, to make use of swinject less error prone and more typesafe.\n\nThese extensions contain functions to match the specific resolve, using one resolve function per registered class, instead of the generic calls.",
"homepage": "https://github.com/Swinject/Swinject-CodeGeneration",
"license": "MIT",
"authors": "Swinject Contributors",
"source": {
"git": "https://github.com/Swinject/Swinject-CodeGeneration.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"preserve_paths": [
"erb",
"source",
"bin"
],
"dependencies": {
"Swinject": [
"~> 2.0.0"
]
},
"pushed_with_swift_version": "3.0"
}