blob: 88bccc73021d6292d25817f57baac9626089eab1 [file] [log] [blame]
{
"name": "VaporService",
"version": "1.0.0",
"summary": "Dependency injection / inversion of control framework.",
"description": "Dependency injection / inversion of control framework used in Vapor.",
"homepage": "https://github.com/vapor/service",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Tanner Nelson": ""
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/twof/service.git",
"branch": "master"
},
"source_files": "Sources/Service/**/*.swift",
"module_name": "Service",
"swift_version": "4.2",
"dependencies": {
"VaporCore": [
]
}
}