blob: 538105a5d64501b5bb26afbf733f64d1a5b9acb1 [file] [log] [blame]
{
"name": "SimpleInjector",
"version": "1.0.0",
"summary": "A lightweight dependency injection mechanism in swift.",
"description": "SimpleInjector is a lightweight dependency injection mechanism written in Swift it carries your dependencies for you in a single object and deliver them where needed in one call.",
"homepage": "https://github.com/AncAinu/Injector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tancrede Chazallet": "tancredechazallet@gmail.com"
},
"source": {
"git": "https://github.com/AncAinu/Injector.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.1.2",
"source_files": "SimpleInjector/Classes/**/*",
"swift_version": "5.1.2"
}