Skip to content

Commit

Permalink
(Maint)|Add badges to README (#12)
Browse files Browse the repository at this point in the history
Adds badge images to the top of the README to inform release info & supported platforms
  • Loading branch information
johnhammerlund authored Feb 7, 2019
1 parent dfa004f commit 39a8fe7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Relay
[![Release](https://img.shields.io/github/release/mindbody/relay.svg)](https://github.com/mindbody/Relay/releases)
[![Build Status](https://travis-ci.org/mindbody/Relay.svg?branch=master)](https://travis-ci.com/mindbody/Relay)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/Relay.svg)](https://cocoapods.org/pods/Relay)
[![Platform](https://img.shields.io/badge/platform-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux-lightgrey.svg)](https://cocoapods.org/pods/Relay)

Relay is a dynamic dependency injection framework that uses IoC (Inversion of Control) Containers and builds upon them to make integration testing dependable, focused, and efficient.

Expand Down

0 comments on commit 39a8fe7

Please sign in to comment.