[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / f / 3 / RxGesture / 3.0.1 / RxGesture.podspec.json
blobed8a5faa9ad5d99870ae24d2ab19549d54345b70
2   "name": "RxGesture",
3   "version": "3.0.1",
4   "summary": "RxSwift reactive wrapper for view gestures.",
5   "swift_versions": "5.0",
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     "Marin Todorov": "touch-code-magazine@underplot.com",
11     "Jérôme Alves": "j.alves@me.com"
12   },
13   "source": {
14     "git": "https://github.com/RxSwiftCommunity/RxGesture.git",
15     "tag": "3.0.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.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       "~> 5.0"
32     ],
33     "RxCocoa": [
34       "~> 5.0"
35     ]
36   },
37   "swift_version": "5.0"