blob: ca77bb15dc057b87646482942729825d496da1d1 [file] [log] [blame]
{
"name": "DeluxeInjection",
"version": "0.1.3",
"summary": "Simplest DI implementation ever",
"description": "DeluxeInjection allows you simply to inject any property to any class by defining getter of this property within a block. This should be the simplest DI library.",
"homepage": "https://github.com/k06a/DeluxeInjection",
"license": "MIT",
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"source": {
"git": "https://github.com/k06a/DeluxeInjection.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}