blob: dcd84b8234c5c520a8877fee976cea3d4a04106d [file] [log] [blame]
{
"name": "EasyDependency",
"version": "3.0.6",
"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.6"
},
"swift_versions": "5.1",
"social_media_url": "https://twitter.com/NielsKoole",
"source_files": "EasyDependency/Classes/**/*",
"platforms": {
"ios": "8.0"
},
"swift_version": "5.1"
}