Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heyltsjay authored Sep 10, 2020
1 parent 4824e6f commit 9ba3848
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

**Stackable** is a delightful and declarative set of utilities for `UIStackView`. It is designed to make your layout code easier to write, read, and communicate with your designer.

[![Version](https://img.shields.io/cocoapods/v/Stackable.svg?style=flat)](https://cocoapods.org/pods/Stackable)
[![License](https://img.shields.io/cocoapods/l/Stackable.svg?style=flat)](https://cocoapods.org/pods/Stackable)
[![Platform](https://img.shields.io/cocoapods/p/Stackable.svg?style=flat)](https://cocoapods.org/pods/Stackable)
[![Version](https://img.shields.io/cocoapods/v/RPStackable.svg?style=flat)](https://cocoapods.org/pods/RPStackable)
[![License](https://img.shields.io/cocoapods/l/RPStackable.svg?style=flat)](https://cocoapods.org/pods/RPStackable)
[![Platform](https://img.shields.io/cocoapods/p/RPStackable.svg?style=flat)](https://cocoapods.org/pods/RPStackable)

Stackable aims to bridge the gap between the way designers articulate layout and the way developers express that layout in code.

Expand All @@ -28,6 +28,13 @@ Stackable aims to bridge the gap between the way designers articulate layout and

<img src="https://github.com/Rightpoint/Stackable/blob/develop/docs/MenuExampleRender.png" height="600">

Stackable is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'RPStackable'
```

## Views
**Stackable** includes built-in support for all `UIView` subclasses.

Expand Down

0 comments on commit 9ba3848

Please sign in to comment.