blob: d8db5166372c8df1ce0db837aa977e647271dd16 [file] [log] [blame]
{
"name": "UCDirectionalPanGestureRecognizer",
"version": "1.0",
"summary": "A pan gesture recognizer that only recognizes panning on one axis",
"description": "A subclass of UIPanGestureRecognizer than can be configured to only recognize vertical or horizontal panning",
"homepage": "https://github.com/UrbanCompass/UCDirectionalPanGestureRecognizer",
"license": "MIT",
"authors": {
"Bryan Oltman": "bryan@compass.com"
},
"source": {
"git": "https://github.com/UrbanCompass/UCDirectionalPanGestureRecognizer.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/moltman",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UCDirectionalPanGestureRecognizer",
"public_header_files": "UCDirectionalPanGestureRecognizer/*.h",
"frameworks": "UIKit"
}