[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 1 / f / a / RDMBorderedButton / 1.1.0 / RDMBorderedButton.podspec.json
blob5bb0f37449a8f56ee1dfbb240aeaf199e0db66c2
2   "name": "RDMBorderedButton",
3   "version": "1.1.0",
4   "summary": "A subclass of UIButton that adds a border.",
5   "description": "RDMBorderedButton is a subclass of UIButton that makes it easy to add a bordered button to your project.\n  \n                    * Adds a thin border that is the same color as the text. \n                    * The border color respects the dimmed tint color when alerts show. \n                    * The corner radius is (optionally) automatically set based on button frame.",
6   "homepage": "https://github.com/reesemclean/RDMBorderedButton",
7   "screenshots": "https://raw.githubusercontent.com/reesemclean/RDMBorderedButton/master/screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Reese McLean": "reese.mclean@me.com"
14   },
15   "social_media_url": "http://twitter.com/reesemclean",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/reesemclean/RDMBorderedButton.git",
21     "tag": "v1.1.0"
22   },
23   "source_files": "RDMBorderedButton/RDMBorderedButton.{h,m}",
24   "public_header_files": "RDMBorderedButton/RDMBorderedButton.h",
25   "requires_arc": true