blob: acb4096a6dc7ab77cb270a4e789412528c3c849c [file] [log] [blame]
{
"name": "LightIoC",
"version": "1.2.1",
"summary": "Light IoC Container for Swift.",
"description": "LightIoC is an easy-to-use Dependency Injection (DI) framework for Swift 5.1 and above implementing automatic dependency injection. It manages object creation and it's life-time, and also injects dependencies to the class. The IoC container creates an object of the specified class and also injects all the dependency objects through properties at run time and disposes it at the appropriate time. This is done so that you don't have to create and manage objects manually.",
"homepage": "https://github.com/PisinO/LightIoC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ondrej Pisin": "ondrej.pisin@gmail.com"
},
"source": {
"git": "https://github.com/PisinO/LightIoC.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.1",
"source_files": "LightIoC/Classes/**/*",
"swift_version": "5.1"
}