Inject

Swift Dependency Injection Package

View the Project on GitHub jaemyeong/Inject

Inject

Swift

Overview

Requirements

Installation

Swift Package Manager

.package(url: "https://github.com/jaemyeong/Inject.git", .upToNextMajor(from: "0.1.3"))

Usage

import Inject

Container.shared.register(UIViewController.self) { _ in
	UIViewController()
}

@Inject
var viewController: UIViewController?

Documentation

License

Author

Jaemyeong Jin (jaemyeong@me.com)