blob: 7ef91b93edb3acb18c308c075a5f2e8b5ee3bea1 [file] [log] [blame]
{
"name": "FittableFontLabel",
"module_name": "FittableFontLabel",
"version": "2.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": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"pushed_with_swift_version": "4.0"
}