blob: fb8dd62f940c315a5363eaf5bbe33a85d5f8e99e [file] [log] [blame]
{
"name": "QZTouchGestureRecognizer",
"version": "0.1.0",
"summary": "A gesture recognizer that will fire its actions on any touch on the view.",
"description": " This gesture recognizer is great for when you don't want to create a UIView subclass just to get the benefits of touch methods (e.g. touchesBegan:withEvent:). This gesture recognizer will recognize any touch events on its associated views and cause the action methods to be fired.\n",
"homepage": "https://github.com/MarkQSchultz/QZTouchGestureRecognizer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Schultz": "mark@qzerolabs.com"
},
"social_media_url": "http://twitter.com/MarkQSchultz",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/MarkQSchultz/QZTouchGestureRecognizer.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/**/*.h",
"frameworks": "UIKit",
"requires_arc": true
}