[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / 2 / e / NoOptionalInterpolation / 4.0.0 / NoOptionalInterpolation.podspec.json
blobff17cc699a6723282903acbb11d51646e5ecbad6
2   "name": "NoOptionalInterpolation",
3   "version": "4.0.0",
4   "summary": "Get rid of \"Optional(...)\" and \"nil\" in string interpolation. Easy pluralization.",
5   "description": "NoOptionalInterpolation gets rid of \"Optional(...)\" and \"nil\" in Swift's string interpolation and provides an easy way to pluralize your text.",
6   "homepage": "https://github.com/T-Pham/NoOptionalInterpolation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thanh Pham": "minhthanh@me.com"
13   },
14   "source": {
15     "git": "https://github.com/T-Pham/NoOptionalInterpolation.git",
16     "tag": "4.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": "NoOptionalInterpolation/Classes/**/*",
25   "pushed_with_swift_version": "4.0"