Skip to content

Commit

Permalink
Updated README with Carthage info
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashton Williams authored and Ashton Williams committed Oct 17, 2015
1 parent 3f11ed9 commit bd0398b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/cruffenach/CRToast.svg?branch=master)](https://travis-ci.org/cruffenach/CRToast)
[![Pod Version](http://img.shields.io/cocoapods/v/CRToast.svg?style=flat)](http://cocoadocs.org/docsets/CRToast)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

`CRToast` is a library that allows you to easily create notifications that appear on top of or by pushing out the status bar or navigation bar. `CRToast` was originally based on [CWStatusBarNotification](https://github.com/cezarywojcik/CWStatusBarNotification).

Expand All @@ -17,9 +18,13 @@

`pod 'CRToast', '~> 0.0.7'`

### Carthage

`github 'cruffenach/CRToast'`

### Manual

Copy the folder `CRToast` to your project.
Add the project or source files to your own project.

## Usage

Expand Down

0 comments on commit bd0398b

Please sign in to comment.