blob: 75790ad8141c211f3522a39dadef397a1374ff6f [file] [log] [blame]
{
"name": "DeluxeInjection",
"version": "0.3.1",
"summary": "Simplest Objective-C Dependency Injection (DI:syringe:) implementation ever",
"description": "DeluxeInjection allows you simply inject any property of any class by defining value or\ngetter of this property with a block. This should be the simplest DI library ever.",
"homepage": "https://github.com/k06a/DeluxeInjection",
"license": "MIT",
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"source": {
"git": "https://github.com/k06a/DeluxeInjection.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "8.0"
},
"source_files": "DeluxeInjection/Classes/**/*",
"dependencies": {
"RuntimeRoutines": [
]
}
}