blob: a90a9c7464b3569865e48cb6adeb5d8404ced3ca [file] [log] [blame]
{
"name": "FFCameraLocation",
"version": "1.0.0",
"summary": "A simple Swift Library which extends UIScreen to provide front-facing camera location information for True-Depth-supporting iOS devices",
"swift_versions": "5.0",
"description": "A simple Swift Library which extends UIScreen to provide front-facing camera physical location information for True-Depth-supporting iOS devices",
"homepage": "https://github.com/MREdigital/FFCameraLocation",
"license": {
"type": "Mozilla Public License Version 2.0",
"file": "LICENSE"
},
"authors": "Eric Reedy",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/MREdigital/FFCameraLocation.git",
"tag": "1.0.0"
},
"source_files": [
"FFCameraLocation",
"FFCameraLocation/**/*.{h,m,swift}"
],
"exclude_files": "FFCameraLocation/Exclude",
"swift_version": "5.0"
}