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