blob: b1255ddacbe8b7e238071d099ffdd2f2a15c7ce1 [file] [log] [blame]
{
"name": "DeluxeInjection",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}