blob: 55b34e3d88969a28632ccdc229501554e95a6b16 [file] [log] [blame]
{
"name": "BadgeLabel",
"version": "1.1.0",
"summary": "Simple animatable badge, based on UILabel and using CALayer",
"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```",
"homepage": "https://github.com/yonat/BadgeLabel",
"screenshots": "http://ootips.org/yonat/wp-content/uploads/2012/02/badge.png",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "http://twitter.com/yonatsharon",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yonat/BadgeLabel.git",
"tag": "1.1.0"
},
"source_files": [
"BadgeLabel.{h,m}",
"BadgeTableViewCell.{h,m}"
],
"exclude_files": [
"BadgeView",
"BadgeView.xcodeproj"
],
"frameworks": "QuartzCore",
"requires_arc": true
}