blob: 534ac9da26efba9c49b6f7df02b171c288063450 [file] [log] [blame]
{
"name": "CXSwipeGestureRecognizer",
"version": "0.0.3",
"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": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "CXSwipeGestureRecognizer/*.{h,m}"
},
"requires_arc": true
}