blob: 9e6e273f7470637bd0468dd3df34dde00445a724 [file] [log] [blame]
{
"name": "BadgeSwift",
"version": "6.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/marketplacer/swift-badge",
"summary": "Badge view for iOS and tvOS written in Swift",
"description": "This is a UI widget for iOS that shows a badge.\n\n* The badge is a subclass of UILabel view.\n* It can be created and customized from the Storyboard or from the code.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/marketplacer/swift-badge.git",
"tag": "6.0.0"
},
"screenshots": "https://raw.githubusercontent.com/marketplacer/swift-badge/master/graphics/swift_badge_showcase_2.png",
"source_files": "BadgeSwift/**/*.swift",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_version": "4.2"
}