blob: 93d92a2ce5ffd4d255a39b3c8bc518ae36d44081 [file] [log] [blame]
{
"name": "PressGestureRecognizer",
"version": "1.1.1",
"summary": "A Gesture Recognizer for the Apple TV remote.",
"description": "A Gesture Recognizer for tvOS that recognizes directional presses (clicks) on the Apple TV remote.",
"homepage": "https://github.com/davidengelhardt/PressGestureRecognizer",
"license": "MIT",
"authors": {
"David Engelhardt": "daengelhardt@gmail.com"
},
"platforms": {
"tvos": "9.0"
},
"source": {
"git": "https://github.com/davidengelhardt/PressGestureRecognizer.git",
"tag": "1.1.1"
},
"source_files": [
"PressGestureRecognizer",
"PressGestureRecognizer/**/*.{h,m,swift}"
],
"exclude_files": "PressGestureRecognizer/Exclude"
}