blob: 67c67359d94118d5634e80547ea7d0978461364b [file] [log] [blame]
{
"name": "MultitouchGestureRecognizer",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "MultitouchGestureRecognizer.swift"
},
"requires_arc": true
}