[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / b / 5 / OptionButton / 0.0.1 / OptionButton.podspec.json
blobe5b38a011a0e9ec52a6399c8b1bc4e22eeb1941e
2   "name": "OptionButton",
3   "version": "0.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "cemolcay": "ccemolcay@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/cemolcay",
12   "platforms": {
13     "ios": "9.0",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/cemolcay/OptionButton.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "OptionButton/OptionButton.swift",
21   "requires_arc": true,
22   "pushed_with_swift_version": "3.0"