[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / a / 1 / OnGestureSwift / 0.2.0 / OnGestureSwift.podspec.json
blobf22c48145950d86733cca1b8bf0edaee8da7a41d
2   "name": "OnGestureSwift",
3   "version": "0.2.0",
4   "summary": "OnGestureSwift lets you call onClick / onLongPress / onPan / onSwipe / onDrag from any UIView object.",
5   "description": "Simply call the extension methods: onClick / onLongPress / onPan / onSwipe / onDrag from any UIView object, and you will attach a closure to the gestured view",
6   "homepage": "https://github.com/perrchick/OnGestureSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Perry Sh": "perrchick@gmail.com"
13   },
14   "swift_version": "4.0",
15   "platforms": {
16     "ios": "9.1"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/perrchick/OnGestureSwift.git",
21     "tag": "0.2.0"
22   },
23   "source_files": "OnGesture/**/*.{swift}"