blob: da3819c5d8d5bab8931182577fb43d9098a7d973 [file] [log] [blame]
{
"name": "PanGestureView",
"version": "0.1.0",
"summary": "UIView subclass that allows you to trigger actions based on Pan Gestures.",
"description": "PanGestureView allows you to attach custom actions that will be triggered when the user pans the view. Think of it as a swipeable UITableViewCell, but as a generic UIView.",
"homepage": "https://github.com/arvindhsukumar/PanGestureView",
"license": "MIT",
"authors": {
"Arvindh Sukumar": "arvindh.sukumar@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/arvindhsukumar/PanGestureView.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}