blob: 1dd1a80bdf24b2124f60711b3e8ac13f1977de0c [file] [log] [blame]
{
"name": "MHDependencyKit",
"version": "1.1.0",
"source": {
"git": "https://github.com/KoCMoHaBTa/MHDependencyKit.git",
"tag": "1.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Milen Halachev",
"summary": "iOS Swift library that helps resolves dependencies between objects and view controllers in a workflow manner.",
"homepage": "https://github.com/KoCMoHaBTa/MHDependencyKit",
"description": "The main goal of the library is to simplify the depdendency resolution between UIViewController objects, especially when using storyboard segues. The approach used in protocol oriented, where dependencies are defined as protocols and the view controllers just implement them in order to declare their needs. The DependencyCoordinator, once setup at the app's entry point, will automatically resolve all dependencies between any view controller obejcts, no matter where it appears in the workflow.",
"swift_version": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": [
"MHDependencyKit/**/*.swift",
"MHDependencyKit/**/*.{h,m}"
],
"public_header_files": "MHDependencyKit/**/*.h"
}