blob: 2116cb423ec857f70620a4f3811f14d4d3475216 [file] [log] [blame]
{
"name": "WobbingButton",
"version": "0.0.1",
"summary": "A storyboard friendly UIButton replacement. It wobbs too!",
"swift_version": "4.2",
"description": "UIButton is not enough. Replace it.\nWobbingButton is a UIControl, a hassle free storyboard friendly UI component.\nYou could set corner radius directly from storyboard. Notice how it \"wobbles\"!\nRoundedWobbingButton is a WobbingButton subclass, it has rounded left and right corners.\nWobbingControlWithIcon is a WobbingButton subclass, is best used with monochrome icons, set tintColor in storyboard.",
"homepage": "https://github.com/erkekin/WobbingButton",
"screenshots": [
"https://github.com/erkekin/WobbingButton/blob/master/ss1.png?raw=true",
"https://github.com/erkekin/WobbingButton/blob/master/ss2.png?raw=true",
"https://github.com/erkekin/WobbingButton/blob/master/ss3.png?raw=true",
"https://github.com/erkekin/WobbingButton/blob/master/ss4.png?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"erkekin": "erkekin@gmail.com"
},
"source": {
"git": "https://github.com/erkekin/WobbingButton.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/erkekin",
"platforms": {
"ios": "9.0"
},
"source_files": "WobbingButton/Classes/*",
"frameworks": "UIKit"
}