[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 8 / 2 / DesignableButton / 1.0.1 / DesignableButton.podspec.json
blob22a517b5245b95eb5bda68ba91e715915a5be870
2   "name": "DesignableButton",
3   "version": "1.0.1",
4   "summary": "Design it on Storyboard. A fully customizable button without the hassle.",
5   "description": "Created with prototypers and designers in mind, DesignableButton lets you design a button with a full custom layout and elements inside of it. Don't worry about implementing UITapGestureRecognizers, overriding touchesEnded or another hack used for making a custom view tapable. \n\nIn adition, DesignableButton supports a customizable highlight behavior. Just tell it which subviews you want to highlight at tap.",
6   "homepage": "https://github.com/cruzdiego/DesignableButton",
7   "license": "MIT",
8   "authors": {
9     "Diego Cruz": "diego.cruz@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/cruzdiego/DesignableButton.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DesignableButton": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"