[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / f / LXTouchGestureRecognizer / 0.0.1 / LXTouchGestureRecognizer.podspec.json
blob7594e4bd112338013eff19f44283e9048f24d490
2   "name": "LXTouchGestureRecognizer",
3   "version": "0.0.1",
4   "summary": "Continuous touch gesture recognizer.",
5   "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/.",
6   "homepage": "http://lxcid.com/2015/01/01/highlight-with-gesture-recognizer/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "authors": [
15     "Stan Chang Khin Boon",
16     "Lluís Ulzurrun de Asanza i Sàez"
17   ],
18   "source": {
19     "git": "https://github.com/Sumolari/LXTouchGestureRecognizer.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Source",
24     "source/**/*.{h,m}"
25   ]