blob: 1f911f075841d016df0a7ab6e40169e7dfb1e1c3 [file] [log] [blame]
{
"name": "ResponsiveButton",
"version": "0.0.1",
"summary": "A UIButton subclass that can become a spinner.",
"description": "A UIButton subclass that can become a spinner while keep its intrinsic size.",
"homepage": "https://github.com/EdgarDegas/ResponsiveButton",
"license": "MIT",
"authors": {
"iMoe": "iMoeNya@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/EdgarDegas/ResponsiveButton.git",
"tag": "0.0.1"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.0"
}