[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / f / d / MHDependencyKit / 1.1.0 / MHDependencyKit.podspec.json
blob1dd1a80bdf24b2124f60711b3e8ac13f1977de0c
2   "name": "MHDependencyKit",
3   "version": "1.1.0",
4   "source": {
5     "git": "https://github.com/KoCMoHaBTa/MHDependencyKit.git",
6     "tag": "1.1.0"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Milen Halachev",
13   "summary": "iOS Swift library that helps resolves dependencies between objects and view controllers in a workflow manner.",
14   "homepage": "https://github.com/KoCMoHaBTa/MHDependencyKit",
15   "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.",
16   "swift_version": "5.0",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "MHDependencyKit/**/*.swift",
22     "MHDependencyKit/**/*.{h,m}"
23   ],
24   "public_header_files": "MHDependencyKit/**/*.h"