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