blob: f22c48145950d86733cca1b8bf0edaee8da7a41d [file] [log] [blame]
{
"name": "OnGestureSwift",
"version": "0.2.0",
"summary": "OnGestureSwift lets you call onClick / onLongPress / onPan / onSwipe / onDrag from any UIView object.",
"description": "Simply call the extension methods: onClick / onLongPress / onPan / onSwipe / onDrag from any UIView object, and you will attach a closure to the gestured view",
"homepage": "https://github.com/perrchick/OnGestureSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Perry Sh": "perrchick@gmail.com"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.1"
},
"requires_arc": true,
"source": {
"git": "https://github.com/perrchick/OnGestureSwift.git",
"tag": "0.2.0"
},
"source_files": "OnGesture/**/*.{swift}"
}