[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / b / 9 / EHTapGestureRecognizer / 0.1.0 / EHTapGestureRecognizer.podspec.json
blobe3c8fdc60e618ccefca467ef65df29722ba8c1e7
2   "name": "EHTapGestureRecognizer",
3   "version": "0.1.0",
4   "summary": "EHTapGestureRecognizer is a time based alternative to UITapGestureRecognizer.",
5   "description": "\t\t    EHTapGestureRecognizer is an time based alternative to UITapGestureRecognizer\n                    that allows you to control how long the gesture recognizer should wait\n                    for the number of taps the gesture recognizer requires.\n",
6   "homepage": "https://github.com/ehuynh/EHTapGestureRecognizer",
7   "license": "MIT",
8   "authors": {
9     "Edward Huynh": "edward@edwardhuynh.com"
10   },
11   "source": {
12     "git": "https://github.com/ehuynh/EHTapGestureRecognizer.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "ios": {
21     "exclude_files": "Classes/osx"
22   },
23   "osx": {
24     "exclude_files": "Classes/ios"
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ]