blob: 5d8f321a41504a0d4e75ba9849f057f89f8b774c [file] [log] [blame]
{
"name": "NoOptionalInterpolation",
"version": "0.2.0",
"summary": "Get rid of \"Optional(...)\" and \"nil\" in string interpolation.",
"description": "NoOptionalInterpolation gets rid of \"Optional(...)\" and \"nil\" in Swift's string interpolation.",
"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": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NoOptionalInterpolation/Classes/**/*"
}