Skip to content

Commit 7c925d4

Browse files
committed
Update swift version in README
1 parent fa02c41 commit 7c925d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A declarative, expressive and efficient way to lay out your views.
1616
**Declarative** | Tell the framework what the layout of your views should be and let the framework intelligently add/modify/remove constraints and views for you.
1717
**Expressive** | Let your code visually express the hierarchy of your views.
1818
**Flexible** | Write the same constraints you already do, using whatever autolayout constraint DSL you prefer.
19-
**Small** | Small and readable Swift 4 codebase.
19+
**Small** | Small and readable Swift 5 codebase.
2020

2121
[Usage](#usage) | [Updating to a new layout](#updating-to-a-new-layout) | [Installation](#installation) | [Requirements](#requirements)
2222
| [Building on top of DeclarativeLayout](#building-on-top-of-declarativelayout) |
@@ -164,7 +164,7 @@ pod "DeclarativeLayout"
164164
## Requirements
165165

166166
* iOS 9.0 or later
167-
* Supports Swift 4.2
167+
* Supports Swift 5
168168

169169
## Building on top of DeclarativeLayout
170170

0 commit comments

Comments
 (0)