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