diff --git a/README.md b/README.md index 4fff855..c5766ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Signals [![Build Status](https://travis-ci.org/uber/signals-ios.svg?branch=master)](https://travis-ci.org/uber/signals-ios) +[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/UberSignals.svg)](https://cocoapods.org/pods/UberSignals) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +![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 NSNotifications.