[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / e / f / d / MHDependencyKit / 1.5.0 / MHDependencyKit.podspec.json
blobc1c1284490d0a924f36a74126658d21d7ef5ab05
2   "name": "MHDependencyKit",
3   "version": "1.5.0",
4   "source": {
5     "git": "https://github.com/KoCMoHaBTa/MHDependencyKit.git",
6     "tag": "1.5.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.7",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "source_files": [
21     "MHDependencyKit/**/*.swift",
22     "MHDependencyKit/**/*.{h,m}"
23   ],
24   "public_header_files": "MHDependencyKit/**/*.h",
25   "swift_version": "5.7"