blob: 348675513431fc68cca1ff0497ec1b83bf99b889 [file] [log] [blame]
{
"name": "BadgeSwift",
"version": "2.0.11",
"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": "2.0.11"
},
"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"
}
}