2 "name": "ServiceContainerKit",
3 "version": "3.0.0-beta4",
4 "summary": "Kit to create your own IoC Container or ServiceLocator.",
5 "description": "Written in Swift.\n Kit to create your own IoC Container or ServiceLocator for help implementation Dependency Injection (DI).\n ServiceProvider: wrapper for the service to hide the details of its creation.\n Allows you to create your custom IoC Container or ServiceLocator.\n Require Swift 5.1 and above, support Objective-C in readOnly regime.",
6 "homepage": "https://github.com/ProVir/ServiceContainerKit",
12 "ViR (Vitaliy Korotkiy)": "admin@provir.ru"
15 "git": "https://github.com/ProVir/ServiceContainerKit.git",
32 "Sources/Core/*.swift",
35 "public_header_files": "Sources/*.h"
39 "source_files": "Sources/Injects/*.swift",
41 "ServiceContainerKit/Core": [
47 "swift_version": "5.3"