[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / f / 1 / PanGestureView / 0.2 / PanGestureView.podspec.json
blob9fd592fde38aaaf9a63527cd47334ea98b72dd5c
2   "name": "PanGestureView",
3   "version": "0.2",
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   "screenshots": "http://i.imgur.com/P2E8ANB.gif",
8   "license": "MIT",
9   "authors": {
10     "Arvindh Sukumar": "arvindh.sukumar@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/arvindhsukumar/PanGestureView.git",
17     "tag": "0.2"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude"