[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / 9 / LeeGo / 0.5.1 / LeeGo.podspec.json
blob63f97f4dbdec7ef29ccce86e6eda8aad3f11d02a
2   "name": "LeeGo",
3   "version": "0.5.1",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Victor Wang": "wangshengjia01@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/wangshengjia/LeeGo.git",
17     "tag": "0.5.1"
18   },
19   "social_media_url": "https://twitter.com/wangshengjia",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/**/*",
25   "frameworks": "UIKit"