blob: 2b7b59ea4c86d5aba0a1b9102ab0fcb7d6a46a27 [file] [log] [blame]
{
"name": "NoOptionalInterpolation",
"version": "1.1.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": "1.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source_files": "NoOptionalInterpolation/Classes/**/*"
}