blob: a23c5a6f98e4c6fcd70fd1d23b97eb01467f1332 [file] [log] [blame]
{
"name": "VForceTouch",
"version": "0.0.1",
"summary": "A custom gesture recongnizer for force touch.",
"description": "Use force touch as a gesture recognizer.\nIt works well with UITapGestureRecognizer.",
"homepage": "https://github.com/vvm/ForceTouch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "vee",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/vvm/ForceTouch.git",
"tag": "0.0.1"
},
"source_files": [
"ForceTouch",
"ForceTouch/Class/*.{h,m}"
],
"frameworks": "UIKit"
}