blob: fedeb37003e13681b1ef7ec47e68fac2ee3b0786 [file] [log] [blame]
{
"name": "BadgeHub",
"version": "1.0.0",
"summary": "A way to quickly add a notification bedge icon to any view.",
"description": "Make any view 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": "1.0.0"
},
"social_media_url": "https://twitter.com/jogendrafx",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "BadgeHub/Classes/**/*",
"frameworks": [
"UIKit",
"QuartzCore"
],
"swift_version": "5.0"
}