blob: 120bd6ee0a535fd95336acfd8af229a668d6afb9 [file] [log] [blame]
{
"name": "DollarGestureRecognizer",
"version": "1.0.0",
"summary": "Implements the dollar recognizers in swift and expose them as a set of custom UIGestureRecognizer subclasses.",
"homepage": "https://github.com/DanielCardonaRojas/DollarGestureRecognizer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Cardona Rojas": "d.cardona.rojas@gmail.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/DanielCardonaRojas/DollarGestureRecognizer.git",
"tag": "v1.0.0"
},
"source_files": "DollarGestureRecognizer/**/*.{h,swift}",
"swift_version": "5.0"
}