[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / f / 3 / RxGesture / 1.0.0 / RxGesture.podspec.json
blob33721190b148e9997e9683745d22ea55421bfcb0
2   "name": "RxGesture",
3   "version": "1.0.0",
4   "summary": "RxSwfit reactive wrapper for view gestures.",
5   "description": "RxSwfit 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",
6   "homepage": "https://github.com/RxSwiftCommunity/RxGesture",
7   "license": "MIT",
8   "authors": {
9     "Marin Todorov": "touch-code-magazine@underplot.com",
10     "Jérôme Alves": "j.alves@me.com"
11   },
12   "source": {
13     "git": "https://github.com/RxSwiftCommunity/RxGesture.git",
14     "tag": "1.0.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.3",
19     "osx": "10.10"
20   },
21   "source_files": "Pod/Classes/*.swift",
22   "ios": {
23     "source_files": "Pod/Classes/iOS/*.swift"
24   },
25   "osx": {
26     "source_files": "Pod/Classes/OSX/*.swift"
27   },
28   "dependencies": {
29     "RxSwift": [
30       "~> 3.0"
31     ],
32     "RxCocoa": [
33       "~> 3.0"
34     ]
35   },
36   "pushed_with_swift_version": "3.0"