Swiftpack.co - mukeshydv/Inflect as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by mukeshydv.
mukeshydv/Inflect 0.0.3
Swift implementation of PERL library Inflect, Convert english words into their Singular or Plural Form 📚
⭐️ 5
🕓 3 years ago
.package(url: "https://github.com/mukeshydv/Inflect.git", from: "0.0.3")

Inflect

CI Status Version License Platform Language codecov

Swift implementation of PERL library Lingua::EN::Inflect

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"

GitHub

link
Stars: 5
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

5 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics