| { |
| "name": "DJWInsetFillButton", |
| "version": "0.1.0", |
| "summary": "A simple, stylish UIButton replacement.", |
| "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", |
| "homepage": "http://github.com/danwilliams64/DJWInsetFillButton", |
| "screenshots": "https://raw.githubusercontent.com/danwilliams64/DJWInsetFillButton/master/Images/example.gif", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Dan Williams": "dan@danwilliams.co" |
| }, |
| "social_media_url": "http://twitter.com/danielwilliams", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/danwilliams64/DJWInsetFillButton.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "DJWInsetFillButton", |
| "public_header_files": "DJWInsetFillButton/*.h", |
| "requires_arc": true |
| } |