blob: 3b254fbaa38b44a36dbb42443d23dc5dde321b40 [file] [log] [blame]
{
"name": "selectmultiplebuttons",
"version": "0.0.1",
"summary": "A grouped buttons supporting multiple/radio selection and automatic layout.",
"description": "A grouped buttons supporting multiple/radio selection and automatic layout. tag",
"homepage": "https://github.com/danceyoung/selectmultiplebuttons",
"license": "MIT",
"authors": {
"Young": "danceyoung@hotmail.com"
},
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/danceyoung/selectmultiplebuttons.git",
"tag": "0.0.1"
},
"source_files": [
"selectmultiplebuttons/SelectMultipleButtons.swift",
"selectmultiplebuttons/ExtensionUIButton.swift"
],
"frameworks": "UIKit"
}