blob: ff17cc699a6723282903acbb11d51646e5ecbad6 [file] [log] [blame]
{
"name": "NoOptionalInterpolation",
"version": "4.0.0",
"summary": "Get rid of \"Optional(...)\" and \"nil\" in string interpolation. Easy pluralization.",
"description": "NoOptionalInterpolation gets rid of \"Optional(...)\" and \"nil\" in Swift's string interpolation and provides an easy way to pluralize your text.",
"homepage": "https://github.com/T-Pham/NoOptionalInterpolation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thanh Pham": "minhthanh@me.com"
},
"source": {
"git": "https://github.com/T-Pham/NoOptionalInterpolation.git",
"tag": "4.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "NoOptionalInterpolation/Classes/**/*",
"pushed_with_swift_version": "4.0"
}