blob: 817e7a036fbe731a50cbfe323f79817bfe6ed4aa [file] [log] [blame]
{
"name": "DYBadge",
"version": "2.0",
"summary": "Pop up badge, written in Swift. Add as subview to any UIView object.",
"swift_version": "4.0",
"description": "Pop up badge which can be added to any UIView or UIView subclass (written in Swift 4.0).",
"homepage": "https://github.com/DominikButz/DYBadge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dominikbutz": "dominikbutz@gmail.com"
},
"source": {
"git": "https://github.com/DominikButz/DYBadge.git",
"tag": "2.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "DYBadgeExample/DYBadge/**/*",
"public_header_files": "DYBadgeExample/DYBadge/**/*.h"
}