2 "name": "OptionButton",
4 "summary": "IBDesignable option button that have vertical stacked title and option labels for iOS and tvOS.",
5 "description": "OptionButton\n===\n\nIBDesignable option button that have vertical stacked title and option labels for iOS and tvOS.\n\nDemo\n----\n\n![alt tag](https://github.com/cemolcay/OptionButton/blob/master/ios.png?raw=true)\n![alt tag](https://github.com/cemolcay/OptionButton/blob/master/ib.png?raw=true)\n\nRequirements\n----\n\n* Swift 3.0+\n* iOS 9.0+\n* tvOS 9.0+\n\nInstall\n----\n\n```\nuse_frameworks!\npod 'OptionButton'\n```\n\nUsage\n----\n\n* Create an instance of `OptionButton` from code, or drag and drop a `UIButton` to storyboard and change its class to `OptionButton`.\n* It is a regular UIButton subclass with a stack view that have `nameLabel` and `optionLabel`.\n* You could change the labels text, font and textColor from storyboard.\n* Also you could set other properties from code.\n* You could set the content insets from either storyboard or code by `leftInset`, `rightInset`, `topInset` and `bottomInset` properties.",
6 "homepage": "https://github.com/cemolcay/OptionButton",
9 "cemolcay": "ccemolcay@gmail.com"
11 "social_media_url": "http://twitter.com/cemolcay",
17 "git": "https://github.com/cemolcay/OptionButton.git",
20 "source_files": "OptionButton/OptionButton.swift",
22 "pushed_with_swift_version": "3.0"