blob: df996969da05f818c1cf858967c381360af3bf47 [file] [log] [blame]
{
"name": "EasyDependency",
"version": "2.3.0",
"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 or automatic injection of 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": "2.3.0"
},
"swift_versions": "5.0",
"social_media_url": "https://twitter.com/NielsKoole",
"source_files": "EasyDependency/Classes/**/*",
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0"
}