blob: 3773bc5a9e376ce1eb1997a318aa73b7bbdce5b0 [file] [log] [blame]
{
"name": "PXMaskButton",
"version": "0.1.2",
"summary": "A button with an image and a title that are masked to allow transparency.",
"description": "When the button is selected/pressed, you can see through the text/icon which is cut out of a color (or gradient). In the default state the button has an outline and a draws the image and title in color (or gradient).",
"homepage": "https://github.com/pixio/PXMaskButton",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXMaskButton.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
],
"dependencies": {
"UIImageUtilities": [
]
}
}