blob: b09b7e0b6da791909cbf0b9545522905c010fb34 [file] [log] [blame]
{
"name": "ResponsiveButton",
"version": "0.0.2",
"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.2"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.0"
}