blob: 9739df5b5a43f6619c2a76269280e6aeb40f0004 [file] [log] [blame]
{
"name": "TextGradation",
"version": "0.1.0",
"summary": "Gradation of UILabel or UIButton",
"description": "You can add a gradient to the text of a UILabel or UIButton.\nIt can be added with a simple extension gradation method.",
"homepage": "https://github.com/pikachu987/TextGradation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pikachu987": "pikachu77769@gmail.com"
},
"source": {
"git": "https://github.com/pikachu987/TextGradation.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TextGradation/Classes/**/*",
"swift_version": "4.2"
}