blob: c9e1c6c75c93ce35867c10ebcc904b38c586d60c [file] [log] [blame]
{
"name": "LabelConfigurator",
"version": "0.1.0",
"summary": "The most simple way to configure your UILabels in one go",
"description": "The most simple way to configure your UILabels in one go.\nThis Library was created to help on the configuration of UILabels on iOS apps.\nWith this, you can set all your configurations like UIFonts, spacings, UITextColors and so on in one command.\nIt also helps on the hard task of adding different style to substrings.",
"homepage": "https://github.com/fabioalmeida/LabelConfigurator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fabioalmeida": "fabio.almeida@farfetch.com"
},
"source": {
"git": "https://github.com/fabioalmeida/LabelConfigurator.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/fabioacalmeida",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "LabelConfigurator/Classes/**/*",
"pushed_with_swift_version": "3.0"
}