blob: dd42471e77b8f0e6eebc4beef6604f637a6f9072 [file] [log] [blame]
{
"name": "YouEyeTracker",
"version": "1.0.0",
"summary": "A library through which a user can subscribe to receive 3D real-world-space eye-tracking position callbacks.",
"swift_versions": "5.0",
"description": "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",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/MREdigital/YouEyeTracker.git",
"tag": "1.0.0"
},
"source_files": [
"YouEyeTracker",
"YouEyeTracker/**/*.{h,m,swift}"
],
"exclude_files": "YouEyeTracker/Exclude",
"swift_version": "5.0"
}