[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / a / 0 / 5 / DeluxeInjection / 0.8.3 / DeluxeInjection.podspec.json
blobe5ff291e372ea91259809e0f94277049fc93a491
2   "name": "DeluxeInjection",
3   "version": "0.8.3",
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.8.3"
14   },
15   "social_media_url": "https://twitter.com/k06a",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.7",
19     "watchos": "1.0",
20     "tvos": "9.0"
21   },
22   "source_files": "DeluxeInjection/Classes/**/*",
23   "dependencies": {
24     "RuntimeRoutines": [
25       "~> 0.3.2"
26     ]
27   }