blob: 92d56587b5e9cb0d7c313340a95186271592965b [file] [log] [blame]
{
"name": "YLTapPatternRecognizer",
"version": "1.0.0",
"summary": "UIGestureRecognizer subclass for detecting tap patterns.",
"homepage": "https://github.com/ejensen/TapPatternRecognizer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Jensen": "eric@yetilabs.org"
},
"source": {
"git": "https://github.com/ejensen/TapPatternRecognizer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "TapPatternRecognizer/YLTapPatternRecognizer.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}