Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfmcnally/wolfstrings
A library of conveniences for working with Swift strings and NSAttributed strings.
https://github.com/wolfmcnally/wolfstrings
Last synced: 10 days ago
JSON representation
A library of conveniences for working with Swift strings and NSAttributed strings.
- Host: GitHub
- URL: https://github.com/wolfmcnally/wolfstrings
- Owner: wolfmcnally
- License: mit
- Created: 2018-09-16T00:40:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T00:34:17.000Z (about 5 years ago)
- Last Synced: 2024-12-19T07:09:56.430Z (17 days ago)
- Language: Swift
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WolfStrings
[![CI Status](https://img.shields.io/travis/wolfmcnally/WolfStrings.svg?style=flat)](https://travis-ci.org/wolfmcnally/WolfStrings)
[![Version](https://img.shields.io/cocoapods/v/WolfStrings.svg?style=flat)](https://cocoapods.org/pods/WolfStrings)
[![License](https://img.shields.io/cocoapods/l/WolfStrings.svg?style=flat)](https://cocoapods.org/pods/WolfStrings)
[![Platform](https://img.shields.io/cocoapods/p/WolfStrings.svg?style=flat)](https://cocoapods.org/pods/WolfStrings)A library of conveniences for working with Swift strings and NSAttributed strings.
## Requirements
Swift 4.2
## Installation
WolfStrings is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'WolfStrings'
```## Author
Wolf McNally, [email protected]
## License
WolfStrings is available under the MIT license. See the LICENSE file for more info.