Skip to content

Commit c33fd80

Browse files
committed
Added Swift 2 badge to Readme
1 parent baea60d commit c33fd80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/aschuch/StatefulViewController.svg)](https://travis-ci.org/aschuch/StatefulViewController)
44
![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)
5+
![Swift 2](https://img.shields.io/badge/Swift-2-orange.svg)
56

67
A protocol to enable `UIViewController`s or `UIView`s to present placeholder views based on content, loading, error or empty states.
78

@@ -128,7 +129,7 @@ stateMachine.transitionToState(.None, animated: true) {
128129
Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).
129130

130131
```
131-
github "aschuch/StatefulViewController", ~> 2.0
132+
github "aschuch/StatefulViewController", ~> 1.0
132133
```
133134

134135
Then run `carthage update`.
@@ -138,7 +139,7 @@ Then run `carthage update`.
138139
Add the following line to your Podfile.
139140

140141
```
141-
pod "StatefulViewController", "~> 2.0"
142+
pod "StatefulViewController", "~> 1.0"
142143
```
143144

144145
Then run `pod install` with Cocoapods 0.36 or newer.

0 commit comments

Comments
 (0)