blob: 9331d23237e7fa3e8ba2444f2df566e1917c00a1 [file] [log] [blame]
{
"name": "SmartHitTest",
"version": "2.0.0",
"summary": "SmartHitTest allows users to get a pretty good estimate of a hitTest on vertical or horizontal planes",
"description": "🎉 Now working with both SceneKit and RealityKit 🎉\nSmartHitTest 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": "2.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/SmartHitTest/*.swift",
"swift_version": "5.0"
}