[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / c / QZTouchGestureRecognizer / 0.1.0 / QZTouchGestureRecognizer.podspec.json
blobfb8dd62f940c315a5363eaf5bbe33a85d5f8e99e
2   "name": "QZTouchGestureRecognizer",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mark Schultz": "mark@qzerolabs.com"
13   },
14   "social_media_url": "http://twitter.com/MarkQSchultz",
15   "platforms": {
16     "ios": null
17   },
18   "source": {
19     "git": "https://github.com/MarkQSchultz/QZTouchGestureRecognizer.git",
20     "tag": "0.1.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "public_header_files": "Classes/**/*.h",
28   "frameworks": "UIKit",
29   "requires_arc": true