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