[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 1 / 6 / 8 / VForceTouch / 0.0.1 / VForceTouch.podspec.json
bloba23c5a6f98e4c6fcd70fd1d23b97eb01467f1332
2   "name": "VForceTouch",
3   "version": "0.0.1",
4   "summary": "A custom gesture recongnizer for force touch.",
5   "description": "Use force touch as a gesture recognizer.\nIt works well with UITapGestureRecognizer.",
6   "homepage": "https://github.com/vvm/ForceTouch",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "vee",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/vvm/ForceTouch.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "ForceTouch",
21     "ForceTouch/Class/*.{h,m}"
22   ],
23   "frameworks": "UIKit"