[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / b / 1 / JLJoystick / 1.0 / JLJoystick.podspec.json
blob60d3628b4c37580aae19e707b014eb095309d1ef
2   "name": "JLJoystick",
3   "version": "1.0",
4   "summary": "Handy UIView subclass Joystick, which moves in a perfect circle.",
5   "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",
6   "homepage": "http://github.com/JJLewis",
7   "license": "Creative Commons Attributed ShareALike 3.0 License",
8   "authors": {
9     "Jordan Lewis": "jordan_j_lewis@icloud.com"
10   },
11   "social_media_url": "http://twitter.com/JordanJJLewis",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/JJLewis/JLJoystick.git",
17     "tag": "1.0"
18   },
19   "source_files": "Classes",
20   "frameworks": [
21     "QuartzCore",
22     "UIKit"
23   ],
24   "requires_arc": true