2 "name": "ServiceContainerKit",
3 "version": "3.0.0-beta3",
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",
29 "default_subspecs": "Injects",
34 "Source/Core/*.swift",
37 "public_header_files": "Source/*.h"
41 "source_files": "Source/Injects/*.swift",
43 "ServiceContainerKit/Core": [
49 "swift_version": "5.3"