[Add] OpacityCore 4.0.3
[CocoaPods.git] / Specs / d / c / 7 / IndefiniteArticle.swift / 0.1.1 / IndefiniteArticle.swift.podspec.json
blob374fcd255aa5e713c130ee5e87da3afff3f37750
2   "name": "IndefiniteArticle.swift",
3   "version": "0.1.1",
4   "summary": "A String extension for providing indefinite articles",
5   "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\"`",
6   "homepage": "https://github.com/raymondhytang/IndefiniteArticle.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Raymond Tang": "raymondhytang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/raymondhytang/IndefiniteArticle.swift.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/raymondhytang",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Source/*.{swift}"