[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / e / f / 3 / RxGesture / 0.1.6 / RxGesture.podspec.json
blob502a614ad79668a39995c300027c95f1f0b5760a
2   "name": "RxGesture",
3   "version": "0.1.6",
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   },
11   "source": {
12     "git": "https://github.com/RxSwiftCommunity/RxGesture.git",
13     "tag": "0.1.6"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.3",
18     "osx": "10.10"
19   },
20   "source_files": "Pod/Classes/*.swift",
21   "ios": {
22     "source_files": "Pod/Classes/iOS/*.swift"
23   },
24   "osx": {
25     "source_files": "Pod/Classes/OSX/*.swift"
26   },
27   "dependencies": {
28     "RxCocoa": [
29       "~> 2.3.1"
30     ]
31   }