You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,17 @@ let str = "some text".stylize().color(.white).size(14).font(.HelveticaNeue).attr
36
36
- Swift 5.0~ or Swift 4.0~ or Swift 3.2~
37
37
38
38
## Installation
39
+
### Swift Package Manager
40
+
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
41
+
42
+
Once you have your Swift package set up, adding StringStylizer as a dependency is as easy as adding it to the dependencies value of your Package.swift.
0 commit comments