4 "summary": "A Swift framework that helps you decouple & modularise your UI component into small pieces of LEGO style's bricks.",
5 "description": "LeeGo is a Swift framework that helps you decouple & modularise your UI component into small pieces of LEGO style's bricks. Try to make iOS UI development declarative, configurable and highly reusable. LeeGo may help you with:\n* Describe your whole UI into small pieces of Lego style’s bricks. Let you configure your view as a `brick` whenever & wherever you want.\n* No longer need to deal with a bunch of custom UIView’s subclasses. Instead, you only need to deal with different `Brick`s which is lightweight and pure value type.\n* Designed to be UIKit friendly and non-intrusive. There is no need to inherit from other base class at all.\n* Capable to update remotely almost everything via your JSON payload.\n* Built-in convenience methods to make UIStackView like layout hassle-free.\n* Built-in **self-sizing mechanism** to calculate cell’s height automatically.\n* Benefits from Swift’s enum, let you put the whole UI in a single enum file.",
6 "homepage": "https://github.com/wangshengjia/LeeGo",
7 "screenshots": "https://raw.githubusercontent.com/wangshengjia/LeeGo/master/Medias/leego.jpg",
13 "Victor Wang": "wangshengjia01@gmail.com"
16 "git": "https://github.com/wangshengjia/LeeGo.git",
19 "social_media_url": "https://twitter.com/wangshengjia",
23 "swift_version": "4.0",
25 "source_files": "Sources/**/*",