blob: 0a267660cd592f4c5daa605dd8b86a3ea73145a4 [file] [log] [blame]
{
"name": "ColorMaskingButton",
"version": "0.1.0",
"summary": "A color masking effect for UIButton.",
"description": "Dynamically pan the color of a button to the offset of another view's frame.",
"homepage": "https://github.com/lawrnce/ColorMaskingButton",
"license": "MIT",
"authors": {
"Lawrence Tran": "lawrence@tran.com"
},
"source": {
"git": "https://github.com/lawrnce/ColorMaskingButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ColorMaskingButton": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}