[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 6 / 5 / DependencyInjection / 2.0.0 / DependencyInjection.podspec.json
blob2a3c44f123ee016ed3bf503a7945b487b1e61c9c
2   "name": "DependencyInjection",
3   "version": "2.0.0",
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.3",
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/sebastianpixel/DependencyInjection.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "Sources/DependencyInjection/**/*.swift",
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Tests/DependencyInjectionTests"
28     }
29   ],
30   "swift_version": "5.3"