blob: 3c388b79617e5ff0fbcc303c5779f204c9edff75 [file] [log] [blame]
{
"name": "BadgeHub",
"version": "0.1.0",
"summary": "A way to quickly add a notification bedge icon to any view.",
"description": "Make any UIView a full fledged animated notification center. It is a way to quickly add a notification badge icon to a UIView. It make very easy to add badge to any view.",
"homepage": "https://github.com/jogendra/BadgeHub",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jogendra": "imjog24@gmail.com"
},
"source": {
"git": "https://github.com/jogendra/BadgeHub.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/jogendrafx",
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "BadgeHub/Classes/**/*",
"frameworks": [
"UIKit",
"QuartzCore"
]
}