CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

StringKit 0.9.0

StringKit 0.9.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2017
SwiftSwift Version 3.1
SPMSupports SPM

Maintained by Rainer Niemann.



StringKit 0.9.0

StringKit is a new, simple and fast way to investigate and modify strings in Swift - The next level of string manipulation.

Installation

Requirements

  • iOS 9.0+ | macOS 10.11+ | tvOS 9.0+ | watchOS 2.0+ | Linux
  • Xcode 8.1+
  • Swift 3.1+

Manual

  1. Download the ZIP archive.
  2. Add the Source folder or the StringKit.framework file to your project.
  3. That's it. :]

Dependency Managers

Swift Package Manager

  1. Create a Package.swift file in your project directory.
  2. Add the following or just the dependency to your Package.swift file.
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))
])
  1. Run swift build.
  2. Every time you want to debug the programm, run swift build -Xswiftc "-target" -Xswiftc "x86_64-apple-macosx10.11".

Import

import StringKit

Authors

Rainer Niemann, [email protected]
Andreas Niemann, [email protected]

License

This project is licensed under the MIT License. See the LICENSE.md file for details.