| { |
| "name": "HoldToClickButton", |
| "version": "1.01", |
| "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.01" |
| }, |
| "swift_version": "3.2", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "HoldToClickButton/Classes/**/*" |
| } |