blob: e3c8fdc60e618ccefca467ef65df29722ba8c1e7 [file] [log] [blame]
{
"name": "EHTapGestureRecognizer",
"version": "0.1.0",
"summary": "EHTapGestureRecognizer is a time based alternative to UITapGestureRecognizer.",
"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",
"homepage": "https://github.com/ehuynh/EHTapGestureRecognizer",
"license": "MIT",
"authors": {
"Edward Huynh": "edward@edwardhuynh.com"
},
"source": {
"git": "https://github.com/ehuynh/EHTapGestureRecognizer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"frameworks": [
"UIKit",
"Foundation"
]
}