/StringUtils

A library of extensions to Swift's String.

Primary LanguageSwiftOtherNOASSERTION

StringUtils

CI Status Version License Platform

Overview

A library of useful Swift String extensions.

Installation

StringUtils is available through CocoaPods. To install it, simply add the following line to your Podfile:

use_frameworks!
target "YourXcodeProj" do
  pod 'StringUtils', '~> 0.3.0'

end

Author

Jmeggesto, jackie.meggesto@gmail.com

License

StringUtils is available under the MIT license. See the LICENSE file for more info.