Skip to content

Commit

Permalink
Readme Updates (#131)
Browse files Browse the repository at this point in the history
+ Version Compatibility/Swift 4.2 badging
+ Include Current Build Status
  • Loading branch information
dmiluski committed Sep 27, 2018
1 parent c25e3be commit 6a5dfbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.markdown
@@ -1,6 +1,6 @@
![Static Logo](docs/static.png)

[![Version](https://img.shields.io/github/release/venmo/Static.svg)](https://github.com/venmo/Static/releases) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](https://img.shields.io/github/release/venmo/Static.svg)](https://github.com/venmo/Static/releases) ![Status](https://travis-ci.org/venmo/Static.svg?branch=master) ![Swift Version](https://img.shields.io/badge/swift-4.2-orange.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Simple static table views for iOS in Swift. Static's goal is to separate model data from presentation. `Row`s and `Section`s are your “view models” for your cells. You simply specify a cell class to use and that handles all of the presentation. See the [usage](#usage) section below for details.

Expand All @@ -9,6 +9,7 @@ Simple static table views for iOS in Swift. Static's goal is to separate model d

| Swift Version | Static Version |
| ------------- | -------------- |
| 4.2+ | 3.0.1 |
| 3.2+ | 2.1 |
| 3.0.1 | 2.0.1 |
| 3.0 | 2.0 |
Expand Down

0 comments on commit 6a5dfbf

Please sign in to comment.