| { |
| "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" |
| } |