/styled-string

Simplify attributed strings construction in Swift

Primary LanguageSwiftMIT LicenseMIT

🦄 StyledString

Simplify attributed strings construction in Swift.

Installation

Add the following dependency to your Cartfile:

github "clmntcrl/styled-string" ~> 0.1

Add the package as dependency in your Package.swift:

dependencies: [
    .package(url: "https://github.com/clmntcrl/styled-string.git", from: "0.1.0"),
]

License

Subscription is released under the MIT license. See LICENSE for details.