From 1d35ce4865da0552dd35544abb900cb88c5e33da Mon Sep 17 00:00:00 2001 From: Tuomas Artman Date: Mon, 24 Aug 2015 18:41:43 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.