blob: a79def0018fe531925d7c5382eb44d73f6ac3964 [file] [log] [blame]
{
"name": "WordWrapLabel",
"version": "1.0.0",
"summary": "A short description of WordWrapLabel.",
"description": "A UILabel subclass that really makes sure that every word in the labels text fits into one line.",
"homepage": "https://github.com/PhilippOtto89/WordWrapLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Philipp": "philipp.otto@outlook.com"
},
"source": {
"git": "https://github.com/PhilippOtto89/WordWrapLabel.git",
"tag": "1.0.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "WordWrapLabel/Classes/**/*"
}