blob: 69d02db4e8c6c3370dbba083d3513d8af1168f30 [file] [log] [blame]
{
"name": "SplittingButton",
"version": "0.1.0",
"summary": "The SplittingButton is a subclass of UIButton that will display multiple options when clicked. It provides many display options.",
"description": "SplittingButton is a subclass of subclass of UIButton. It generates multiple sub-buttons and a cancel button when the SplittingButton is clicked. It may be used for features such as a share button. When clicked it will display multiple options. The user may select one of the options or may choose to cancel, in which case everything returns to normal.",
"homepage": "https://github.com/TonyCioara/SplittingButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TonyCioara": "tonyangelo9707@gmail.com"
},
"source": {
"git": "https://github.com/TonyCioara/SplittingButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "SplittingButton/Classes/**/*"
}