blob: 0268a48f4f2555e763de005e1d8f1fc3d3d95099 [file] [log] [blame]
{
"name": "BadgeSwift",
"version": "2.0.6",
"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 programatically.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/marketplacer/swift-badge.git",
"tag": "2.0.6"
},
"screenshots": "https://raw.githubusercontent.com/marketplacer/swift-badge/master/graphics/swift_badge_showcase_2.png",
"source_files": "BadgeSwift/**/*.swift",
"platforms": {
"ios": "8.0"
}
}