diff --git a/README.md b/README.md index dc7e42b..615523d 100644 --- a/README.md +++ b/README.md @@ -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. @@ -28,6 +28,13 @@ Stackable aims to bridge the gap between the way designers articulate layout and +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.