blob: 45b6e87fa104c15ba0d7cba46287773d7d05254d [file] [log] [blame]
{
"name": "ARFocusSquare",
"version": "2.1.0",
"summary": "A reusable version of FocusSquare from Apple example.",
"description": "FocusNode shows the estimation of vertical or horizontal planes,\nwith a node being placed at that location with the correct orientation.\nThis class is only an adaptation of Apple's sample code found at this location:\nhttps://developer.apple.com/documentation/arkit/handling_3d_interaction_and_ui_controls_in_augmented_reality\nIt requires iOS 13.0 or higher and was tested with Swift 5.1",
"homepage": "https://github.com/ifullgaz/ARFocusSquare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Emmanuel Merali": "emmanuel@merali.me"
},
"module_name": "ARFocusSquare",
"source": {
"git": "https://github.com/ifullgaz/ARFocusSquare.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "ARFocusSquare/Classes/**/*",
"swift_version": "5.1"
}