blob: 9718a057a28cd2b06206619c42d25ce5a3a3f7cb [file] [log] [blame]
{
"name": "DYBadge",
"version": "2.0.4",
"summary": "Pop up badge, written in Swift. Add as subview to any UIView object.",
"swift_version": "4.2",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DYBadge/**/*",
"exclude_files": "DYBadge/**/*.plist",
"public_header_files": "DYBadge/**/*.h"
}