blob: 38a03cfa8faa809e918d3aa22af4e23c26a4aa67 [file] [log] [blame]
{
"name": "EvenlyWrappedLabel",
"version": "1.0.0",
"screenshots": "https://user-images.githubusercontent.com/2835199/31397079-04d00874-adb3-11e7-9dd6-fb2878b760af.png",
"summary": "EvenlyWrappedLabel vertically distributes text evenly across any number of lines, preventing orphans and text from grouping up at the top.",
"description": "EvenlyWrappedLabel is a UILabel subclass that will vertically distribute text evenly across any number of lines, preventing text from grouping up at the top and also preventing single word orphans from taking up the entire bottom line.\n \nExamples:\n \n1. This text:\n \n This sentence has a lot of words on\n the top line.\n \n Becomes:\n \n This sentence has a lot\n of words on the top line.\n \n2. This text:\n \n This sentence has a single\n orphan.\n \n Becomes:\n \n This sentence has\n a single orphan.\n\nFeatures:\n- Works with all devices running iOS 9+.\n- Uses `drawText(in:)` internally (as opposed to creating subviews), so any `UILabel` reference can be replaced with `EvenlyWrappedLabel` and Everything Will Just Work™.\n- Works with any number of lines and any text alignment.\n- Works with autolayout and honors intrinsic sizing.\n- Works with labels created in code and in Interface Builder.\n- Example app with lots of real-time configurations that lets you see the text wrap as you type.",
"homepage": "https://github.com/StockX/EvenlyWrappedLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeff Burt": "jburt1992@gmail.com"
},
"source": {
"git": "https://github.com/StockX/EvenlyWrappedLabel.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/jeffburtjr",
"platforms": {
"ios": "9.0"
},
"source_files": "EvenlyWrappedLabel/Classes/**/*",
"pushed_with_swift_version": "4.0"
}