blob: 075ce1072483ae0a82cf3c33e80a395425f82b71 [file] [log] [blame]
{
"name": "FittableFontLabel",
"module_name": "FittableFontLabel",
"version": "3.0.0",
"summary": "UILabel (extension) that adjust the font size to fit a rect (width and height).",
"description": "UILabel (extension or subclass) that adjust the font size to fit a frame: width and height if multilines, width only if single lines",
"homepage": "https://github.com/tbaranes/FittableFontLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Baranes": "tom.baranes@gmail.com"
},
"source": {
"git": "https://github.com/tbaranes/FittableFontLabel.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}