TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Aug 2017 |
SwiftSwift Version | 3.1 |
SPMSupports SPM | ✓ |
Maintained by Rainer Niemann.
StringKit is a new, simple and fast way to investigate and modify strings in Swift - The next level of string manipulation.
Source
folder or the StringKit.framework
file to your project.import PackageDescription
let package = Package(name: "YOUR_APPLICATIONS_NAME", targets: [], dependencies:
[
.Package(url: "https://github.com/rainerniemann/StringKit.git",
versions: Version(0,9,0) ... Version(0,9,0))
])
swift build
.swift build -Xswiftc "-target" -Xswiftc "x86_64-apple-macosx10.11"
.import StringKit
Rainer Niemann, [email protected]
Andreas Niemann, [email protected]
This project is licensed under the MIT License. See the LICENSE.md file for details.