[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / 3 / FocusNode / 1.1.1 / FocusNode.podspec.json
blob3ddcdab1bb27cb7d59abf1b6755d155b3d6585ee
2   "name": "FocusNode",
3   "version": "1.1.1",
4   "summary": "FocusNode creates a node on the ground or wall to show where the centre of the screen hits the active scene.",
5   "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",
6   "homepage": "https://github.com/maxxfrazer/ARKit-FocusNode",
7   "license": "MIT",
8   "authors": "Max Cobb",
9   "source": {
10     "git": "https://github.com/maxxfrazer/ARKit-FocusNode.git",
11     "tag": "1.1.1"
12   },
13   "swift_version": "4.2",
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source_files": "FocusNode/*.swift",
18   "dependencies": {
19     "SmartHitTest": [
21     ]
22   }