[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / f / 1 / PanGestureView / 0.1.0 / PanGestureView.podspec.json
blobda3819c5d8d5bab8931182577fb43d9098a7d973
2   "name": "PanGestureView",
3   "version": "0.1.0",
4   "summary": "UIView subclass that allows you to trigger actions based on Pan Gestures.",
5   "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.",
6   "homepage": "https://github.com/arvindhsukumar/PanGestureView",
7   "license": "MIT",
8   "authors": {
9     "Arvindh Sukumar": "arvindh.sukumar@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/arvindhsukumar/PanGestureView.git",
16     "tag": "0.1.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude"