[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 4 / e / RxJoystickView / 0.0.1 / RxJoystickView.podspec.json
blob641158aba56e5bedd3498bf205d73a2e0252ca56
2   "name": "RxJoystickView",
3   "version": "0.0.1",
4   "summary": "A simple reactive joystick view widget.",
5   "description": "Tracks horizontal and vertical position of dragged thumb from center in range [-1.0, 1.0]. Both axes can be individually disabled.",
6   "homepage": "https://github.com/3ph/RxJoystickView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "3ph": "instantni.med@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/3ph/RxJoystickView.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxJoystickView/Classes/**/*",
22   "dependencies": {
23     "RxCocoa": [
24       "~> 4.1.2"
25     ]
26   }