blob: 0c3bb3751ffe3e32c8723ad71c5dd374c03c62e6 [file] [log] [blame]
{
"name": "ARFocusSquare",
"version": "2.3.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.3.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "ARFocusSquare/Classes/**/*",
"dependencies": {
"IFGExtensions": [
"~> 0.1.1"
]
},
"swift_version": "5.1"
}