[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / f / 3 / RxGesture / 0.1.2 / RxGesture.podspec.json
blob27bc69720246ca142ec1274146d472041239cd21
2   "name": "RxGesture",
3   "version": "0.1.2",
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/icanzilb/RxGesture",
7   "license": "MIT",
8   "authors": {
9     "Marin Todorov": "touch-code-magazine@underplot.com"
10   },
11   "source": {
12     "git": "https://github.com/icanzilb/RxGesture.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/icanzilb",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "RxGesture": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "RxSwift": [
30     ],
31     "RxCocoa": [
33     ]
34   }