blob: 1d9433a1d98a4ad74f31e0da67aa0b0a508df41e [file] [log] [blame]
{
"name": "DYBadgeButton",
"version": "0.3.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DYBadgeButton/Classes/**/*",
"public_header_files": "DYBadgeButton/Classes/**/*.h",
"pushed_with_swift_version": "4.0"
}