From 382d0ca720e33363a964f4927a14def91add01e9 Mon Sep 17 00:00:00 2001 From: Wim Haanstra Date: Sun, 17 Jan 2016 07:28:09 +0100 Subject: [PATCH] Updated README to show build info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 10cd99c..afebb6a 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # ![Pixelbits logo](http://cocoa.ninja/pixelbits/pixelbits-32.png) Pixelbits +[![Build Status](https://travis-ci.org/depl0y/pixelbits.svg?branch=master)](https://travis-ci.org/depl0y/pixelbits) +![Pod version](https://img.shields.io/cocoapods/v/pixelbits.svg?style=flat) +![Platform](https://cocoapod-badges.herokuapp.com/p/pixelbits/badge.png) +![License](https://cocoapod-badges.herokuapp.com/l/pixelbits/badge.png) + Pixelbits is a Swift 2 based library that reads a JSON file and applies styles to the `UIView` objects you create in your iOS application. It's a bit like CSS for iOS. ## How to install