Contents

mukeshydv/inflect

Swift implementation of PERL library [Lingua::EN::Inflect](https://metacpan.org/pod/release/DCONWAY/Lingua-EN-Inflect-1.902/lib/Lingua/EN/Inflect.pm)

Installation

Swift Package Manager

To install Inflect via SPM add following dependency in your Package.swift file.

// 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"),
    ]
)

CocoaPods

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

pod "Inflect"

Package Metadata

Repository: mukeshydv/inflect

Default branch: master

README: README.md