Skip to content

Commit 2489ed2

Browse files
authored
Update README.md
1 parent 0863985 commit 2489ed2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JSONLayout
2-
iOS Auto Layout with JSON and VFL
2+
iOS Auto Layout with JSON and VFL.
3+
4+
*Good for quick prototyping layouts with VFL and for reusable UI components.*
35

46
How to define layout in JSON:
57
```json
@@ -37,7 +39,7 @@ How to define layout in JSON:
3739
}
3840
}
3941
```
40-
**Gotcha**: if the view class in not a part of `UIKit`, specify its full name including module, i.e. `MyApp.MyView`.
42+
*GOTCHA*: if the view class in not a part of `UIKit`, specify its full name including module, i.e. `MyApp.MyView`.
4143

4244
How to use it in code:
4345
```swift
@@ -75,5 +77,5 @@ try? Layout(name: "layout").configure {
7577

7678
Carthage setup:
7779
```
78-
github "maxvol/JSONLayout" ~> 0.1.0
80+
github "maxvol/JSONLayout" ~> 0.1.1
7981
```

0 commit comments

Comments
 (0)