blob: bcc40ed1e471d5e4969382b0c5a1aaa84bfdcb84 [file] [log] [blame]
{
"name": "GYREdgeJustifiedLabel",
"version": "0.1.6",
"summary": "A subclass of UILabel allowing for left and right justified text on a single line.",
"description": "EdgeJustifiedLabel is a UILabel subclass which allows two strings to be shown left and right justified on a single line, and equally scaled or truncated to fit the label bounds.\nThis capability is not possible using two separate UILabels and autolayout, as one will always scale before the other, nor is it possible via NSAttributedString, which does not allow left and right justified text to be displayed on a single line.\nAdditional options include minimum spacing between the strings, and truncation styles for each string once scaling options have been exhausted.",
"homepage": "https://github.com/gyratorycircus/GYREdgeJustifiedLabel",
"screenshots": "https://raw.githubusercontent.com/gyratorycircus/GYREdgeJustifiedLabel/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gyratorycircus": "gyratorycircus@icloud.com"
},
"source": {
"git": "https://github.com/gyratorycircus/GYREdgeJustifiedLabel.git",
"tag": "0.1.6"
},
"swift_versions": [
"3.2",
"4.0",
"4.2",
"5.0",
"5.0"
],
"platforms": {
"ios": "8.0"
},
"source_files": "GYREdgeJustifiedLabel/**/*.swift",
"swift_version": "5.0"
}