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"
Inflect
Swift implementation of PERL library Lingua::EN::Inflect
Installation
Swift Package Manager
To install
Inflectvia SPM add following dependency in yourPackage.swiftfile.CocoaPods
Inflectis available through CocoaPods. To install it, simply add the following line to your Podfile: