[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / 3 / FocusNode / 2.0.0 / FocusNode.podspec.json
blobd9b9b6e81fa25d2f9ab9fb67bfad8ed67fed69aa
2   "name": "FocusNode",
3   "version": "2.0.0",
4   "license": "MIT",
5   "summary": "FocusNode creates a node on the ground or wall to show where the centre of the screen hits the active scene.",
6   "social_media_url": "http://twitter.com/maxxfrazer",
7   "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",
8   "homepage": "https://github.com/maxxfrazer/ARKit-FocusNode",
9   "authors": "Max Cobb",
10   "source": {
11     "git": "https://github.com/maxxfrazer/ARKit-FocusNode.git",
12     "tag": "2.0.0"
13   },
14   "documentation_url": "https://medium.com/@maxxfrazer/arkit-pods-focusnode-46343cffe7fe",
15   "platforms": {
16     "ios": "11.3"
17   },
18   "swift_versions": "5.0",
19   "source_files": "Sources/FocusNode/*.swift",
20   "dependencies": {
21     "SmartHitTest": [
22       "~> 2.0"
23     ]
24   },
25   "swift_version": "5.0"