| { |
| "name": "VForceTouch", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "source_files": "ForceTouch/Class/*.{h,m}", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |