Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artman committed Jan 10, 2016
1 parent 263457a commit f22f431
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -7,14 +7,15 @@
![License](https://img.shields.io/cocoapods/l/Signals.svg?style=flat&color=gray)
![Platform](https://img.shields.io/cocoapods/p/UberSignals.svg?style=flat)

Signals is an eventing framework that enables you to implement the Observable pattern without using error prone and clumsy NSNotifications or delegates.
Signals is an eventing library that enables you to implement the Observable pattern without using error prone and clumsy NSNotifications or delegates.


## Features

- [x] Type-safety
- [x] Attach-and-forget observation
- [x] Specify operation queue to observe events on
- [X] Configurable observation behaviour
- [x] Separate callback queues
- [x] Comprehensive Unit Test Coverage

## Installation
Expand Down

0 comments on commit f22f431

Please sign in to comment.