[Add] PingOidc 1.0.0
[CocoaPods.git] / Specs / a / 0 / 5 / DeluxeInjection / 0.3.0 / DeluxeInjection.podspec.json
blob05210b8c385a360de2e70646ed54931a099a0150
2   "name": "DeluxeInjection",
3   "version": "0.3.0",
4   "summary": "Simplest Objective-C Dependency Injection (DI:syringe:) implementation ever",
5   "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.",
6   "homepage": "https://github.com/k06a/DeluxeInjection",
7   "license": "MIT",
8   "authors": {
9     "Anton Bukov": "k06aaa@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/k06a/DeluxeInjection.git",
13     "tag": "0.3.0"
14   },
15   "social_media_url": "https://twitter.com/k06a",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "DeluxeInjection/Classes/**/*",
20   "dependencies": {
21     "RuntimeRoutines": [
23     ]
24   }