blob: f8d0d85a57b3cbba287d680687d542cd49543b7b [file] [log] [blame]
{
"name": "iOSRawCamera",
"version": "1.0.8",
"summary": "Get the raw camera feed for Computer Vision Tasks",
"description": "This pod lets you access the CVPixelBuffer object in accordance with Apples Documentation.",
"homepage": "https://github.com/labs-nomad/iOSRawCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shared@nomad-go.com": "nomad@shared-go.com"
},
"source": {
"git": "https://github.com/labs-nomad/iOSRawCamera.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "11.1"
},
"source_files": "iOSRawCamera/**/*.{h,m,swift}",
"swift_versions": "5",
"frameworks": "AVFoundation",
"swift_version": "5"
}