Skip to content

Commit 3eaa376

Browse files
committed
add note about swift 1.2 support
1 parent 8d03c12 commit 3eaa376

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# StatefulViewController
22

3+
<!--
34
[![Build Status](https://travis-ci.org/aschuch/StatefulViewController.svg)](https://travis-ci.org/aschuch/StatefulViewController)
5+
-->
46

57
A view controller subclass that presents placeholder views based on content, loading, error or empty states.
68

@@ -85,6 +87,8 @@ stateMachine.transitionToState(.None, animated: true) {
8587

8688
## Installation
8789

90+
The master branch of AwesomeCache is ready for swift 1.2. In case you are still on 1.1, please refer to the `swift-1.1` tag.
91+
8892
#### Carthage
8993

9094
Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).

0 commit comments

Comments
 (0)