blob: cf72372b8cd34a5be13991e3b53c71c6b781fe4d [file] [log] [blame]
{
"name": "SwiftGradientButton",
"version": "0.2.0",
"summary": "A fully customisable subclass of the UIButton which allows you to create beautiful gradient buttons.",
"description": "SwiftGradientButton is a customisable subclass of UIButton for iOS. It can be used to easily apply custom gradients on UIButton with custom @IBInspectable startColor, endColor, startPoint, endPoint and cornerRadius properties.",
"homepage": "https://github.com/suhitp/SwiftGradientButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suhit Patil": "suhit.patil@gmail.com"
},
"source": {
"git": "https://github.com/suhitp/SwiftGradientButton.git",
"tag": "0.2.0"
},
"source_files": "GradientButton/GradientButton/Source/*.{swift}",
"exclude_files": [
"GradientButton/Example/",
"GradientButton/ExampleUITests/",
"GradientButton/GradientButton/*.plist"
],
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}