blob: 7c032499287ea748ad223e92f72d8aaf11c3e281 [file] [log] [blame]
{
"name": "NoOptionalInterpolation",
"version": "0.1.0",
"summary": "NoOptionalInterpolation make \"Optional(...)\" no longer be printed out in Swift string interpolation.",
"description": "I know your struggles.\nNoOptionalInterpolation make \"Optional(...)\" no longer be printed out in Swift 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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NoOptionalInterpolation/Classes/**/*"
}