blob: 374fcd255aa5e713c130ee5e87da3afff3f37750 [file] [log] [blame]
{
"name": "IndefiniteArticle.swift",
"version": "0.1.1",
"summary": "A String extension for providing indefinite articles",
"description": "A String extension for providing indefinite articles (a|an)\nfor a given string.\nFor example:\n* `String.indefiniteArticle(for: \"elipis\") => @\"an\"`\n* `String.indefiniteArticle(for: \"taco\") => @\"a\"`\nor you can call it on a given string:\n* `\"historic event\".indefiniteArticle() => @\"a\"`\n* `\"800 lb gorilla\".indefiniteArticle() => @\"an\"`",
"homepage": "https://github.com/raymondhytang/IndefiniteArticle.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raymond Tang": "raymondhytang@gmail.com"
},
"source": {
"git": "https://github.com/raymondhytang/IndefiniteArticle.swift.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/raymondhytang",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/*.{swift}"
}