blob: b76622de45e4f6ecc5d42ed7475515789a600e7e [file] [log] [blame]
{
"name": "YouEyeTracker",
"version": "1.0.3",
"summary": "A library through which a user can subscribe to receive 3D real-world-space eye-tracking position callbacks.",
"description": "YouEyeTracker is a library through which a user can subscribe to receive 3D real-world-space eye-tracking position callbacks relative to the position of the device's front-facing camera.",
"homepage": "https://github.com/MREdigital/YouEyeTracker",
"license": {
"type": "Mozilla Public License Version 2.0",
"file": "LICENSE"
},
"authors": "Eric Reedy",
"source": {
"git": "https://github.com/MREdigital/YouEyeTracker.git",
"tag": "1.0.3"
},
"source_files": [
"YouEyeTracker",
"YouEyeTracker/**/*.{h,m,swift}"
],
"exclude_files": "YouEyeTracker/Exclude",
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"swift_version": "5.0"
}