[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / 4 / PyroButton / 0.1.2 / PyroButton.podspec.json
blob6365ee753174c10ba17b267b5543a9a32c240855
2   "name": "PyroButton",
3   "version": "0.1.2",
4   "summary": "A drop-in subclass of UIButton that provides quick customization options.",
5   "description": "PyroButton is a drop-in subclass of UIButton that provides handy customization options inside Interface Builder.\n\nCurrently, PyroButton supports the following options:\n    - Gradient Background\n    - Corner Radius\n    - Auto Corner Radius (for rounded button-like appearance)\n    - Border Color\n    - Border Width\n\nTo use, replace your UIButton class with 'PyroButton' inside Interface Builder.",
6   "homepage": "https://github.com/jonathanhart92/PyroButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jonathan.hart92@gmail.com": "jonathan.hart92@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jonathanhart92/PyroButton.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PyroButton/Classes/**/*",
22   "pushed_with_swift_version": "3.0"