blob: 0d9919524de4358860a89d47af851e1509110cc1 [file] [log] [blame]
{
"name": "VRMaskColoredButton",
"version": "1.0.0",
"summary": "iOS button control that assembles its images from masks and colors.",
"description": "This is a UIButton class descendant that allows you to set the shape and the color of the button's images independently. Works better with flat designs.",
"homepage": "https://github.com/IvanRublev/VRMaskColoredButton",
"license": "MIT",
"authors": {
"Ivan Rublev": "ivan@ivanrublev.me"
},
"source": {
"git": "https://github.com/IvanRublev/VRMaskColoredButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
]
}