4 "summary": "Simple animatable badge, based on UILabel and using CALayer",
5 "description": "Basic usage:\n \n ```objective-c\nBadgeLabel *badge = [BadgeLabel new];\nbadge.text = @\"42\";\n```\n\nConfigure appearance:\n\n```objective-c\nbadge.backgroundColor = [UIColor blueColor];\nbadge.hasBorder = YES;\nbadge.hasGloss = NO;\n```",
6 "homepage": "https://github.com/yonat/BadgeLabel",
7 "screenshots": "http://ootips.org/yonat/wp-content/uploads/2012/02/badge.png",
13 "Yonat Sharon": "yonat@ootips.org"
15 "social_media_url": "http://twitter.com/yonatsharon",
20 "git": "https://github.com/yonat/BadgeLabel.git",
25 "BadgeTableViewCell.{h,m}"
31 "frameworks": "QuartzCore",