[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 2 / d / 8 / DYBadgeButton / 0.3.3 / DYBadgeButton.podspec.json
blob1d9433a1d98a4ad74f31e0da67aa0b0a508df41e
2   "name": "DYBadgeButton",
3   "version": "0.3.3",
4   "summary": "UI Button with an animated badge",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dominikbutz": "dominikbutz@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dominikbutz/DYBadgeButton.git",
16     "tag": "0.3.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DYBadgeButton/Classes/**/*",
22   "public_header_files": "DYBadgeButton/Classes/**/*.h",
23   "pushed_with_swift_version": "4.0"