blob: efbaa586fb6a275fc562402cce1faad7c3de1474 [file] [log] [blame]
{
"name": "DYBadge",
"version": "2.0.2",
"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.2"
},
"platforms": {
"ios": "9.3"
},
"source_files": "DYBadge/**/*",
"public_header_files": "DYBadge/**/*.h"
}