[Add] AmazonIVSBroadcast 1.25.0-rc.2
[CocoaPods.git] / Specs / 1 / c / b / DJWInsetFillButton / 0.1.0 / DJWInsetFillButton.podspec.json
blob819d2a03682804bc756d71afd49c15ba2ff31249
2   "name": "DJWInsetFillButton",
3   "version": "0.1.0",
4   "summary": "A simple, stylish UIButton replacement.",
5   "description": "                   A UIButton replacement, that has an inset fill when highlighted. Allows for styling of the following:\n\n                    * Border color\n                    * Border corner radius\n                    * Highlighted state background color\n                    * Font\n                    * The normal control state's title color takes on the view's `tintColor` property.\n\n                    The class is also designed for use in IB, and is completely IB_Designable, and every property IBInspectable.\n                    This class uses AutoLayout and requires a constraints based layout.\n",
6   "homepage": "http://github.com/danwilliams64/DJWInsetFillButton",
7   "screenshots": "https://raw.githubusercontent.com/danwilliams64/DJWInsetFillButton/master/Images/example.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Dan Williams": "dan@danwilliams.co"
14   },
15   "social_media_url": "http://twitter.com/danielwilliams",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/danwilliams64/DJWInsetFillButton.git",
21     "tag": "0.1.0"
22   },
23   "source_files": "DJWInsetFillButton",
24   "public_header_files": "DJWInsetFillButton/*.h",
25   "requires_arc": true