2 "name": "ServiceContainerKit",
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.2 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",
29 "ServiceContainerKit/Sources/*.swift",
30 "ServiceContainerKit/Sources/*.h"
32 "public_header_files": "ServiceContainerKit/Sources/*.h",
33 "swift_version": "5.3"