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