blob: 60d3628b4c37580aae19e707b014eb095309d1ef [file] [log] [blame]
{
"name": "JLJoystick",
"version": "1.0",
"summary": "Handy UIView subclass Joystick, which moves in a perfect circle.",
"description": " A handy UIView subclass Joystick, which moves in a perfect circle unlike others which move inside a square. It updates an ANGLE property which you can check in on, or subscribe to its delegate and be notified when the joystick is moved.\n",
"homepage": "http://github.com/JJLewis",
"license": "Creative Commons Attributed ShareALike 3.0 License",
"authors": {
"Jordan Lewis": "jordan_j_lewis@icloud.com"
},
"social_media_url": "http://twitter.com/JordanJJLewis",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/JJLewis/JLJoystick.git",
"tag": "1.0"
},
"source_files": "Classes",
"frameworks": [
"QuartzCore",
"UIKit"
],
"requires_arc": true
}