blob: 6d7485c9b31986fb9aa503872c8d1882a7c9fb8d [file] [log] [blame]
{
"name": "DYBadgeButton",
"version": "0.3.2",
"summary": "UI Button with an animated badge",
"description": "DYBadgeButton features a UIButton with a pop up badge. If the string value of the badge changes from nil (or \"nullish\") to a valid string value at runtime the badge will appear with a pop up effect. If it switches back to a \"nullish\" value, it will shrink and disappear.\nThe class also includes a class function to create a button with an image and a title, which is positioned underneath the image.",
"homepage": "https://github.com/dominikbutz/DYBadgeButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dominikbutz": "dominikbutz@gmail.com"
},
"source": {
"git": "https://github.com/dominikbutz/DYBadgeButton.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DYBadgeButton/Classes/**/*",
"pushed_with_swift_version": "4.0"
}