SwiftyCorasick 1.1.0

SwiftyCorasick 1.1.0

Maintained by gomminjae.



  • By
  • gomminjae

SwiftyCorasick

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 16.0+
  • Xcode 12.0+
  • Swift 5.0+

Installation

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

Podfile

pod 'SwiftyCorasick'

Package.swift

let package = Package(
  name: "MyPackage",
  dependencies: [
    .package(url: "https://github.com/gomminjae/SwiftyCorasick.git")
  ],
  targets: [
    .target(name: "MyTarget", dependencies: ["SwiftyCorasick"])
  ]
)

Author

gomminjae, [email protected]

License

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