blob: 0ac436e724bcfb393b07aa4e6d813b36c7f7ca49 [file] [log] [blame]
{
"name": "NKButton",
"version": "3.4.0",
"summary": "A fully customizable UIButton",
"description": "A fully customizable button that fills all lacked functions from UIButton like:\n + setBackgroundColor:forState:\n + setBorderColor:forState \n + setShadowColor:forState\n\t\t+ setGradientColor:forState\n + cornerRadius and isRoundedButton\n + imageAlignment (top, left, bottom, right, topEdge, leftEdge, bottomEdge, rightEdge)\n + set spacing between image and text\n + set loading state with loading animation from NVActivityIndicator\n + a backgroundView to attach an UIVisualEffectView if you want\n + flash effect\n + hover gesture",
"homepage": "https://github.com/kennic/NKButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nam Kennic": "namkennic@me.com"
},
"source": {
"git": "https://github.com/kennic/NKButton.git",
"tag": "3.4.0"
},
"social_media_url": "https://twitter.com/namkennic",
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source_files": "NKButton/Classes/*.swift",
"frameworks": "UIKit",
"dependencies": {
"FrameLayoutKit": [
],
"NVActivityIndicatorView/AppExtension": [
]
},
"swift_version": "4.2"
}