To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 16.0+
- Xcode 12.0+
- Swift 5.0+
SwiftyCorasick is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SwiftyCorasick'
let package = Package(
name: "MyPackage",
dependencies: [
.package(url: "https://github.com/gomminjae/SwiftyCorasick.git")
],
targets: [
.target(name: "MyTarget", dependencies: ["SwiftyCorasick"])
]
)
gomminjae, [email protected]
SwiftyCorasick is available under the MIT license. See the LICENSE file for more info.