blob: 33fd14388ffadec6584c0ebde7fa2653ca279191 [file] [log] [blame]
{
"name": "RxJoystickView",
"version": "0.0.2",
"summary": "A simple reactive joystick view widget.",
"description": "Tracks horizontal and vertical position of dragged thumb from center in range [-1.0, 1.0]. Both axes can be individually disabled.",
"homepage": "https://github.com/3ph/RxJoystickView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"3ph": "instantni.med@gmail.com"
},
"source": {
"git": "https://github.com/3ph/RxJoystickView.git",
"tag": "0.0.2"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "RxJoystickView/Classes/**/*",
"dependencies": {
"RxCocoa": [
"~> 4.4.0"
]
}
}