[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 9 / EHTapGestureRecognizer / 0.1.2 / EHTapGestureRecognizer.podspec.json
blob05984dac6b22a587a125453919730c3d688b65db
2   "name": "EHTapGestureRecognizer",
3   "version": "0.1.2",
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.2"
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   ]