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