blob: 26354d3b95bbdd0caf90cd5b6b2f6abc14fc8d47 [file] [log] [blame]
{
"name": "NoOptionalInterpolation",
"version": "2.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 provide 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": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "NoOptionalInterpolation/Classes/**/*"
}