[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 0 / 5 / DeluxeInjection / 0.5.7 / DeluxeInjection.podspec.json
blob1e085e14a10924f803b0c5de7426b437d60c7478
2   "name": "DeluxeInjection",
3   "version": "0.5.7",
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.5.7"
14   },
15   "social_media_url": "https://twitter.com/k06a",
16   "platforms": {
17     "ios": "8.0",
18     "watchos": "1.0",
19     "tvos": "9.0"
20   },
21   "source_files": "DeluxeInjection/Classes/**/*",
22   "dependencies": {
23     "RuntimeRoutines": [
25     ]
26   }