blob: 281796c1178c75ee7501be197e68adecf9fc1406 [file] [log] [blame]
{
"name": "HoldToClickButton",
"version": "0.9",
"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": "0.9"
},
"swift_version": "3.2",
"platforms": {
"ios": "9.0"
},
"source_files": "HoldToClickButton/Classes/**/*"
}