blob: fd108cca893f5716521423aeb8feb1fe7188eb16 [file] [log] [blame]
{
"name": "StyleableLabel",
"version": "1.0.0",
"summary": "A UILabel subclass that supports directional content insets and simplifies styling.",
"description": "A simple UILabel subclass that supports setting directional content insets to add\npadding around the text, as well as exposing the CALayer corner radius property directly.",
"homepage": "https://github.com/mrasterisco/StyleableLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mrasterisco": "a.moiso@pillohealth.com"
},
"source": {
"git": "https://github.com/mrasterisco/StyleableLabel.git",
"tag": "v1.0.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "9.0"
},
"source_files": "StyleableLabel/Classes/**/*",
"swift_version": "5.1"
}