blob: 0392b67c3ce3210c4d72778862c81f5014d5f0ab [file] [log] [blame]
{
"name": "VRMaskColoredButton",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
]
}