[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 6 / 5 / DependencyInjection / 1.11.3 / DependencyInjection.podspec.json
blob6d76e3187ac1031705fbeb9682b5e6c2d75d5cb6
2   "name": "DependencyInjection",
3   "version": "1.11.3",
4   "summary": "Microframework in Swift for dependency injection based on property wrappers.",
5   "description": "DependencyInjection is a small framework that allows to register dependencies that resolve either to shared or new instances. Resolving is done either via `@Inject` and `@LazyInject` property wrappers or by calling `DIContainer.resolve()`.",
6   "homepage": "https://github.com/sebastianpixel/DependencyInjection",
7   "authors": "Sebastian Pickl",
8   "social_media_url": "http://twitter.com/SebastianPickl",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "swift_versions": "5.2",
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/sebastianpixel/DependencyInjection.git",
20     "tag": "1.11.3"
21   },
22   "source_files": "Sources/DependencyInjection",
23   "swift_version": "5.2"