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