blob: 169e24dbe775f1c296d95b5aa323b3a9a41103e7 [file] [log] [blame]
{
"name": "LabelToolbar",
"version": "0.1.0",
"summary": "LabelToolbar is a 3 Label/Button manager for your UIToolbar.",
"description": "LabelToolbar is a 3 UILabel/UIButton maanger for your UIToolbar that allows you to display information. It allows you can enable/disable the button that is attached to the toolbar with closure execution on .touchUpInside events.",
"homepage": "https://github.com/MatthewMerritt/LabelToolbar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MatthewMerritt": "matthew.merritt@yahoo.com"
},
"source": {
"git": "https://github.com/MatthewMerritt/LabelToolbar.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "LabelToolbar/Classes/**/*",
"swift_version": "5.1"
}