blob: e554ab8ce80fe379c26759951b7ed0582f01a826 [file] [log] [blame]
{
"name": "MultitouchGestureRecognizer",
"version": "2.2.0",
"summary": "MultitouchGestureRecognizer is a UIGestureRecognizer subclass providing a richer API for working with multiple touches.",
"homepage": "https://github.com/dclelland/MultitouchGestureRecognizer",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/MultitouchGestureRecognizer.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"ios": {
"source_files": "MultitouchGestureRecognizer.swift"
},
"requires_arc": true,
"swift_version": "5.0"
}