File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
67A 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) {
128129Add 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
134135Then run ` carthage update ` .
@@ -138,7 +139,7 @@ Then run `carthage update`.
138139Add the following line to your Podfile.
139140
140141```
141- pod "StatefulViewController", "~> 2 .0"
142+ pod "StatefulViewController", "~> 1 .0"
142143```
143144
144145Then run ` pod install ` with Cocoapods 0.36 or newer.
You can’t perform that action at this time.
0 commit comments