blob: eecac216bfa23e74a0e4666a97052eb53b961e76 [file] [log] [blame]
{
"name": "HoldToClickButton",
"version": "1.0",
"summary": "Custom UIButton for iOS that the user needs to hold to click with an optional cancel animation",
"description": "'Custom UIButton for iOS that the user needs to hold to click with an optional cancel animation'",
"homepage": "https://github.com/inderdhir/HoldToClickButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Inder Dhir": "inderdhir@hotmail.com"
},
"source": {
"git": "https://github.com/inderdhir/HoldToClickButton.git",
"tag": "1.0"
},
"swift_version": "3.2",
"platforms": {
"ios": "10.0"
},
"source_files": "HoldToClickButton/Classes/**/*"
}