[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 4 / e / RxJoystickView / 0.0.2 / RxJoystickView.podspec.json
blob33fd14388ffadec6584c0ebde7fa2653ca279191
2   "name": "RxJoystickView",
3   "version": "0.0.2",
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.2"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RxJoystickView/Classes/**/*",
23   "dependencies": {
24     "RxCocoa": [
25       "~> 4.4.0"
26     ]
27   }