Update README.md
Swift implementation of PERL library Lingua::EN::Inflect
To install Inflect via SPM add following dependency in your Package.swift file.
Inflect
Package.swift
// swift-tools-version:4.0 import PackageDescription let package = Package( name: "YOUR_PROJECT_NAME", dependencies: [ .package(url: "https://github.com/mukeshydv/Inflect.git", from: "0.0.3"), ] )
Inflect is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Inflect"
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Inflect
Swift implementation of PERL library Lingua::EN::Inflect
Installation
Swift Package Manager
To install
Inflect
via SPM add following dependency in yourPackage.swift
file.CocoaPods
Inflect
is available through CocoaPods. To install it, simply add the following line to your Podfile: