blob: d01760be0852ab97ca70982490e1cef49c604f56 [file] [log] [blame]
{
"name": "ServiceContainerKit",
"version": "3.0.0-beta3",
"summary": "Kit to create your own IoC Container or ServiceLocator.",
"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.",
"homepage": "https://github.com/ProVir/ServiceContainerKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ViR (Vitaliy Korotkiy)": "admin@provir.ru"
},
"source": {
"git": "https://github.com/ProVir/ServiceContainerKit.git",
"tag": "3.0.0-beta3"
},
"swift_versions": [
"5.1",
"5.2",
"5.3"
],
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "2.0"
},
"default_subspecs": "Injects",
"subspecs": [
{
"name": "Core",
"source_files": [
"Source/Core/*.swift",
"Source/*.h"
],
"public_header_files": "Source/*.h"
},
{
"name": "Injects",
"source_files": "Source/Injects/*.swift",
"dependencies": {
"ServiceContainerKit/Core": [
]
}
}
],
"swift_version": "5.3"
}