blob: 5c9ff7d3c2fd4d85d4ca09f4a30f8923ef7e8366 [file] [log] [blame]
{
"name": "WobbingButton",
"version": "1.0.4",
"summary": "A storyboard friendly UIButton replacement. It wobbs too!",
"swift_version": "4.2",
"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/WobbingButton.png?raw=true",
"https://github.com/c2mInc/WobbingButton/blob/master/RoundedWobbingButton.png?raw=true",
"https://github.com/c2mInc/WobbingButton/blob/master/WobbingIcon.png?raw=true",
"https://github.com/c2mInc/WobbingButton/blob/master/RoundedWobbingIcon.png?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"erkekin": "erkekin@gmail.com"
},
"source": {
"git": "https://github.com/c2mInc/WobbingButton.git",
"tag": "1.0.4"
},
"social_media_url": "https://twitter.com/erkekin",
"platforms": {
"ios": "10.0"
},
"source_files": "WobbingButton/Classes/*",
"frameworks": "UIKit"
}