blob: b2e5da75cab39956374fb8d114ab2d636073c369 [file] [log] [blame]
{
"name": "SmartHitTest",
"version": "1.0.1",
"summary": "SmartHitTest allows users to get a pretty good estimate of a hitTest on vertical or horizontal planes.",
"description": "SmartHitTest allows users to get a pretty good estimate of a hitTest on vertical or horizontal planes.\n This function 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-SmartHitTest",
"license": "MIT",
"authors": "Max Cobb",
"source": {
"git": "https://github.com/maxxfrazer/ARKit-SmartHitTest.git",
"tag": "1.0.1"
},
"swift_version": "4.1",
"platforms": {
"ios": "12.0"
},
"source_files": "SmartHitTest/*.swift"
}