blob: fddbf373b8015ff4f0f9e59cb35727e9146cfdf1 [file] [log] [blame]
{
"name": "BYLBadgeView",
"version": "1.0.0",
"summary": "An animatable, TextKit based view to display badges.",
"description": " BYLBadgeView is a UIView subclass that draws a configurable, animatable badge.\n\n\t\t This is useful if you want the badge to do some animation, such as a quick flash, \n\t\t when it's badge value changes. You can also have it animate up to a particular badge,\n\t\t or animate down.\n",
"homepage": "https://github.com/byliner/BYLBadgeView",
"license": "MIT",
"authors": {
"James Richard": "ketzu@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/byliner/BYLBadgeView.git",
"tag": "v1.0.0"
},
"source_files": "Sources",
"requires_arc": true
}