blob: 8b8bed72141c10cff6a2f7d9cfd51699fd6a8fb9 [file] [log] [blame]
{
"name": "FocusNode",
"version": "1.2.2",
"license": "MIT",
"summary": "FocusNode creates a node on the ground or wall to show where the centre of the screen hits the active scene.",
"social_media_url": "http://twitter.com/maxxfrazer",
"description": "FocusNode allows users to get a pretty good estimate of a hitTest on vertical or horizontal planes,\n with a node being placed at that location with the correct orientation.\n This class is only a slight alteration of Apple's code found at this location:\n https://developer.apple.com/documentation/arkit/handling_3d_interaction_and_ui_controls_in_augmented_reality",
"homepage": "https://github.com/maxxfrazer/ARKit-FocusNode",
"authors": "Max Cobb",
"source": {
"git": "https://github.com/maxxfrazer/ARKit-FocusNode.git",
"tag": "1.2.2"
},
"documentation_url": "https://medium.com/@maxxfrazer/arkit-pods-focusnode-46343cffe7fe",
"platforms": {
"ios": "11.3"
},
"swift_versions": "5.0",
"source_files": "FocusNode/*.swift",
"dependencies": {
"SmartHitTest": [
"~> 1.0"
]
},
"swift_version": "5.0"
}