2 "name": "DYBadgeButton",
4 "summary": "UI Button with an animated badge, written in Swift 4",
5 "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.",
6 "homepage": "https://github.com/DominikButz/DYBadgeButton",
12 "dominikbutz": "dominikbutz@gmail.com"
15 "git": "https://github.com/DominikButz/DYBadgeButton.git",
21 "source_files": "DYBadgeButton/Classes/**/*",
22 "public_header_files": "DYBadgeButton/Classes/**/*.h",
23 "pushed_with_swift_version": "4.0"