blob: 1ee2968886292fd7f633a5854505dffddc214993 [file] [log] [blame]
{
"name": "BRHJoyStickView",
"version": "2.1.2",
"summary": "A custom UIView in Swift that presents a simple, configurable joystick interface.",
"homepage": "https://github.com/bradhowes/Joystick",
"license": {
"type": "MIT"
},
"authors": {
"bradhowes": "bradhowes@mac.com"
},
"requires_arc": true,
"swift_versions": "4.2",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/bradhowes/Joystick.git",
"tag": "2.1.2"
},
"source_files": "JoyStickView/Src/*.swift",
"resource_bundles": {
"BRHJoyStickView": "JoyStickView/*.xcassets"
}
}