[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / e / HierarchyUI / 0.1.0 / HierarchyUI.podspec.json
blobea91c10d39fd8e8de36d773ce24264830f0923bc
2   "name": "HierarchyUI",
3   "version": "0.1.0",
4   "summary": "Implementation of declarative UIKit application navigation for SwiftUI.",
5   "description": "SwiftUI is a declarative UI layouting framework.\nHierarchyUI is a declarative Navigation construction framework.\n\nAs Apple states in its official documentation:\nSwiftUI uses a declarative syntax, so you can simply state what your user interface should do.\nFor example, you can write that you want a list of items consisting of text fields,\nthen describe alignment, font, and color for each field.\nYour code is simpler and easier to read than ever before, saving you time and maintenance.\n\nSwiftUI's implementation implies that Navigation is embedded into UI layout, within NavigationLink.\nThat creates some limitation in terms of different architectures which tend to separate UI from business\nand navigation logic.\n\nHierarchyUI provides a way to create a readable and simple way to create a declarative Navigation structure\nseparately, without mixing it with UI.",
6   "homepage": "https://github.com/idemche/HierarchyUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "idemche": "idemche@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/idemche/HierarchyUI.git",
16     "tag": "0.1.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "HierarchyUI/Classes/**/*",
23   "swift_version": "5.0"