blob: cae5e9b4809ffa0c1485cf0483ad20f241bb942d [file] [log] [blame]
{
"name": "LXTouchGestureRecognizer",
"version": "0.0.2",
"summary": "Continuous touch gesture recognizer.",
"description": "A continuous touch gesture recognizer to allow highlighting views using a\ngesture-based approach instead of overriding touch methods, as detailed in\nhttp://lxcid.com/2015/01/01/highlight-with-gesture-recognizer/.",
"homepage": "https://github.com/Sumolari/LXTouchGestureRecognizer.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": null
},
"authors": [
"Stan Chang Khin Boon",
"Lluís Ulzurrun de Asanza i Sàez"
],
"source": {
"git": "https://github.com/Sumolari/LXTouchGestureRecognizer.git",
"tag": "0.0.2"
},
"source_files": [
"Source",
"source/**/*.{h,m}"
]
}