blob: e5ff291e372ea91259809e0f94277049fc93a491 [file] [log] [blame]
{
"name": "DeluxeInjection",
"version": "0.8.3",
"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.8.3"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "9.0",
"osx": "10.7",
"watchos": "1.0",
"tvos": "9.0"
},
"source_files": "DeluxeInjection/Classes/**/*",
"dependencies": {
"RuntimeRoutines": [
"~> 0.3.2"
]
}
}