Simplify attributed strings construction in Swift.
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"),
]
Subscription is released under the MIT license. See LICENSE for details.