blob: 68ec66605a75271689c1482fcc7836512d9b2541 [file] [log] [blame]
{
"name": "BadgeControl",
"version": "1.0.5",
"summary": "Simple framework for adding a badge to UIView.",
"description": "Simply attach BadgeController to any UIView's subclasses and easily control the badge. Customize size, position, background color, text color and animation of the badge.",
"homepage": "https://github.com/kiwisip/BadgeControl.git",
"license": "MIT",
"authors": {
"Robin Krenecky": "rkrenecky@gmail.com"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/kiwisip/BadgeControl.git",
"tag": "1.0.5"
},
"source_files": [
"BadgeControl",
"BadgeControl/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"frameworks": "UIKit"
}