blob: c4dd7ef5bbdc5e502bdeddc685e6b8995bd6a650 [file] [log] [blame]
{
"name": "EasyDependency",
"version": "3.0.5",
"summary": "EasyDependency is a very lightweight dependency injection framework, without magic.",
"description": "EasyDependency is a very lightweight dependency injection framework, without magic. Just a container to register and resolve dependencies.\nThere is no focus on adding support for circular dependencies. Simplicity is key.",
"homepage": "https://github.com/bynelus/EasyDependency",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NielsKoole": "nielskoole@icloud.com"
},
"source": {
"git": "https://github.com/bynelus/EasyDependency.git",
"tag": "3.0.5"
},
"swift_versions": "5.1",
"social_media_url": "https://twitter.com/NielsKoole",
"source_files": "EasyDependency/Classes/**/*",
"platforms": {
"ios": "8.0"
},
"swift_version": "5.1"
}