[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / e / f / 3 / RxGesture / 4.0.4 / RxGesture.podspec.json
blobae1e37f9e526d3a8a1b621d89900592e638c7ca2
2   "name": "RxGesture",
3   "version": "4.0.4",
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.4"
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"