2 "name": "QZTouchGestureRecognizer",
4 "summary": "A gesture recognizer that will fire its actions on any touch on the view.",
5 "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",
6 "homepage": "https://github.com/MarkQSchultz/QZTouchGestureRecognizer",
12 "Mark Schultz": "mark@qzerolabs.com"
14 "social_media_url": "http://twitter.com/MarkQSchultz",
19 "git": "https://github.com/MarkQSchultz/QZTouchGestureRecognizer.git",
26 "exclude_files": "Classes/Exclude",
27 "public_header_files": "Classes/**/*.h",
28 "frameworks": "UIKit",