blob: 6846d85ada8dd327420c3809ac490402d7a187e4 [file] [log] [blame]
{
"name": "FittableFontLabel",
"module_name": "FittableFontLabel",
"version": "1.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}