blob: 548e480fc913338660f566fddb5b0b8f7976b5cd [file] [log] [blame]
{
"name": "LeeGo",
"version": "0.6.0",
"summary": "A Swift framework that helps you decouple & modularise your UI component into small pieces of LEGO style's bricks.",
"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.",
"homepage": "https://github.com/wangshengjia/LeeGo",
"screenshots": "https://raw.githubusercontent.com/wangshengjia/LeeGo/master/Medias/leego.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Wang": "wangshengjia01@gmail.com"
},
"source": {
"git": "https://github.com/wangshengjia/LeeGo.git",
"tag": "0.6.0"
},
"social_media_url": "https://twitter.com/wangshengjia",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}