[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / d / MHDependencyKit / 1.0.3 / MHDependencyKit.podspec.json
blob0e07c03b1f4c9a4a5aa0751d67487c4a9941aa91
2   "name": "MHDependencyKit",
3   "version": "1.0.3",
4   "source": {
5     "git": "https://github.com/KoCMoHaBTa/MHDependencyKit.git",
6     "tag": "1.0.3"
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": "4.2",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "MHDependencyKit/**/*.swift",
22     "MHDependencyKit/**/*.{h,m}"
23   ],
24   "public_header_files": "MHDependencyKit/**/*.h"