From 3eaa376eb348d13db99d4b37b2cbcec312a6e73f Mon Sep 17 00:00:00 2001 From: Alexander Schuch Date: Tue, 24 Mar 2015 11:50:10 +0100 Subject: [PATCH] add note about swift 1.2 support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 53a4487..7fb05d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # StatefulViewController + A view controller subclass that presents placeholder views based on content, loading, error or empty states. @@ -85,6 +87,8 @@ stateMachine.transitionToState(.None, animated: true) { ## Installation +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. + #### Carthage Add the following line to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).