[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 2 / d / 8 / DYBadgeButton / 0.3.5 / DYBadgeButton.podspec.json
blob124c4bfaf2e9a3abc286e51311706766bae74d93
2   "name": "DYBadgeButton",
3   "version": "0.3.5",
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",
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.5"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "DYBadgeButton/Classes/**/*",
22   "public_header_files": "DYBadgeButton/Classes/**/*.h",
23   "pushed_with_swift_version": "4.0"