blob: 7af808608f0bdaf314548167edd24f330c1e3624 [file] [log] [blame]
{
"name": "BadgeControl",
"version": "1.0.4",
"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.4"
},
"source_files": [
"BadgeControl",
"BadgeControl/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"frameworks": "UIKit"
}