clmntcrl / styled-string

Simplify attributed strings construction in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦄 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.

About

Simplify attributed strings construction in Swift

License:MIT License


Languages

Language:Swift 100.0%