Skip to content

Commit

Permalink
Updated README to include Travis CI status
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Gatt authored Oct 12, 2016
1 parent 7cb72ce commit aa9fedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![alt text](https://i.imgur.com/IqDIU4q.png "StyleKit - A powerful & easy to use styling framework written in Swift")

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Build Status](https://travis-ci.org/146BC/StyleKit.svg?branch=develop)](https://travis-ci.org/146BC/StyleKit) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

StyleKit is a microframework that enables you to style your applications using a simple JSON file. Behind the scenes, StyleKit uses [UIAppearance](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIAppearance_Protocol/) and some selector magic to apply the styles. You can also customize the parser for greater flexibility.

Expand Down Expand Up @@ -166,4 +166,4 @@ pod 'StyleKit', '~> 0.4'

```ruby
pod 'StyleKit', '~> 0.5'
```
```

0 comments on commit aa9fedf

Please sign in to comment.