[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 3 / RxGesture / 4.0.0 / RxGesture.podspec.json
blob248bb8f0dd0e2924e6de84abcb1006bd56924dd7
2   "name": "RxGesture",
3   "version": "4.0.0",
4   "summary": "RxSwift reactive wrapper for view gestures.",
5   "swift_versions": "5.1",
6   "description": "RxSwift reactive wrapper for view gestures. It lets you to easily observe\na single gesture like tap or a custom group of gestures on a view. You can\ncombine taps, presses, or swipes in any direction",
7   "homepage": "https://github.com/RxSwiftCommunity/RxGesture",
8   "license": "MIT",
9   "authors": {
10     "RxSwiftCommunity": "https://github.com/RxSwiftCommunity",
11     "Jérôme Alves": "j.alves@me.com"
12   },
13   "source": {
14     "git": "https://github.com/RxSwiftCommunity/RxGesture.git",
15     "tag": "4.0.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10"
21   },
22   "source_files": "Pod/Classes/*.swift",
23   "ios": {
24     "source_files": "Pod/Classes/iOS/*.swift"
25   },
26   "osx": {
27     "source_files": "Pod/Classes/OSX/*.swift"
28   },
29   "dependencies": {
30     "RxSwift": [
31       "~> 6.0"
32     ],
33     "RxCocoa": [
34       "~> 6.0"
35     ]
36   },
37   "swift_version": "5.1"