blob: 4c97e6f0694a4c233dd763b10738e3be1894f58d [file] [log] [blame]
{
"name": "CXTapGestureRecognizer",
"version": "1.0.0",
"summary": "UIGestureRecognizer subclass that takes much of the effort out of recognizing taps.",
"homepage": "https://github.com/dclelland/CXTapGestureRecognizer",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/CXTapGestureRecognizer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "CXTapGestureRecognizer/*.{h,m}"
},
"requires_arc": true
}