blob: 34117ae9269a3d1c8971ea2f735759bbcda9ff7e [file] [log] [blame]
{
"name": "OnGestureSwift",
"version": "0.1.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.1.0"
},
"source_files": "OnGesture/**/*.{swift}"
}