blob: 046efe561fb0770f29f39a9115acd10c4b781531 [file] [log] [blame]
{
"name": "DeluxeInjection",
"version": "0.6.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.6.1"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "8.0",
"watchos": "1.0",
"tvos": "9.0"
},
"source_files": "DeluxeInjection/Classes/**/*",
"dependencies": {
"RuntimeRoutines": [
]
}
}