blob: 0d1a39ec9b86853863cef663901775762ed00ad8 [file] [log] [blame]
{
"name": "DEVJACAutoBalancedLabel",
"version": "0.1",
"summary": "UILabel subclass that balance centered multiline text so all the lines have similar lenght.",
"description": "Dead simple Objective-C UILabel subclass that balance text horizontally across several lines so all the lines have similar length and you don't end with a screen wide UILabel where the last line has only 1 word",
"homepage": "https://github.com/Julioacarrettoni/DEVJACAutoBalancedLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julio Andres": "julioacarrettoni+pod@gmail.com"
},
"source": {
"git": "https://github.com/Julioacarrettoni/DEVJACAutoBalancedLabel.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "DEVJACAutoBalancedLabel/*"
}