blob: 9824ff22d2d7af3830a4334b836c1cd151c49b2f [file] [log] [blame]
{
"name": "WobbingButton",
"version": "1.0.3",
"summary": "A storyboard friendly UIButton replacement. It wobbs too!",
"swift_version": "4.0",
"description": "UIButton is not enough. Replace it now.\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/c2mInc/WobbingButton",
"screenshots": [
"https://github.com/c2mInc/WobbingButton/blob/master/ss1.png?raw=true",
"https://github.com/c2mInc/WobbingButton/blob/master/ss2.png?raw=true",
"https://github.com/c2mInc/WobbingButton/blob/master/ss3.png?raw=true",
"https://github.com/c2mInc/WobbingButton/blob/master/ss4.png?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"erkekin": "erkekin@gmail.com"
},
"source": {
"git": "https://github.com/c2mInc/WobbingButton.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/erkekin",
"platforms": {
"ios": "10.0"
},
"source_files": "WobbingButton/Classes/*",
"frameworks": "UIKit"
}