[](https://travis-ci.org/Raymond Tang/IndefiniteArticle.swift)
A String extension for providing indefinite articles (a|an) for a given string.
This work is a Swift port of @barclay's Objective-C implementation
To run the example project, clone the repo, and run pod install
from the Example directory first.
IndefiniteArticle.swift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "IndefiniteArticle.swift"
And add import IndefiniteArticle_swift
to the top of the files using IndefiniteArticle.swift.
Raymond Tang, raymondhytang@gmail.com
IndefiniteArticle.swift is available under the MIT license. See the LICENSE file for more info.