blob: 7594e4bd112338013eff19f44283e9048f24d490 [file] [log] [blame]
{
"name": "LXTouchGestureRecognizer",
"version": "0.0.1",
"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": "http://lxcid.com/2015/01/01/highlight-with-gesture-recognizer/",
"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.1"
},
"source_files": [
"Source",
"source/**/*.{h,m}"
]
}