diff --git a/README.md b/README.md index f8ab568..29376eb 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,24 @@

+[![Version](https://img.shields.io/cocoapods/v/RHSideButtons.svg?style=flat)](http://cocoadocs.org/docsets/RHSideButtons) +[![License](https://img.shields.io/cocoapods/l/BadgeSwift.svg?style=flat)](/LICENSE) +[![Platform](http://img.shields.io/badge/platform-ios-blue.svg?style=flat)](https://developer.apple.com/iphone/index.action) +[![Language](http://img.shields.io/badge/language-swift-brightgreen.svg?style=flat)](https://developer.apple.com/swift) + # RHSideButtons 🌶 Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu. 🌶 ## Play with it 😎 +## Installation +You can install RHSideButtons library using Cocoapods: +``` +pod 'RHSideButtons' +``` +or you can simply copy ```RHSideButtons``` folder to your project. + ## Usage You just need implement `RHSideButtonsDataSource` and `RHSideButtonsDelegate` similar to well-known UIKit design.