[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 6 / 7 / 2 / WobbingButton / 1.0.0 / WobbingButton.podspec.json
blobb8ec9ef08607a91301b54f4f9c9afab8a2ab4efc
2   "name": "WobbingButton",
3   "version": "1.0.0",
4   "summary": "A storyboard friendly UIButton replacement. It wobbs too!",
5   "swift_version": "4.0",
6   "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.",
7   "homepage": "https://github.com/c2mInc/WobbingButton",
8   "screenshots": [
9     "https://github.com/c2mInc/WobbingButton/blob/master/ss1.png?raw=true",
10     "https://github.com/c2mInc/WobbingButton/blob/master/ss2.png?raw=true",
11     "https://github.com/c2mInc/WobbingButton/blob/master/ss3.png?raw=true",
12     "https://github.com/c2mInc/WobbingButton/blob/master/ss4.png?raw=true"
13   ],
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "erkekin": "erkekin@gmail.com"
20   },
21   "source": {
22     "git": "https://github.com/c2mInc/WobbingButton.git",
23     "tag": "1.0.0"
24   },
25   "social_media_url": "https://twitter.com/erkekin",
26   "platforms": {
27     "ios": "9.0"
28   },
29   "source_files": "WobbingButton/Classes/*",
30   "frameworks": "UIKit"