4 "summary": "A Swift AutoLayout DSL for iOS",
5 "description": "LayoutChain has simple intuitive syntax and decreased compilation time of views layout setup. Easy access to creating single constraint and features to setup own UIStackView with a little amount of constraints.\nThe idea was to create lightweight wrapper on AutoLayout without lossing access to native API. Other frameworks may have a lot of generics and operators overload that can significantly increase the time for type-checking during compilation. Some frameworks has complex API to construct layout but even do not has simple functions to take a single constraint for its managing.",
6 "homepage": "https://github.com/romdevios/LayoutChain",
12 "Roman Filippov": "roman.filippov.dev@gmail.com"
17 "swift_versions": "5.2",
19 "git": "https://github.com/romdevios/LayoutChain.git",
22 "source_files": "Sources/**/*.swift",
23 "swift_version": "5.2"