blob: 571dc31b4c5e0ef8ee5c295e87f6822f2ebd34c8 [file] [log] [blame]
{
"name": "iOSRawCamera",
"version": "1.0.24",
"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.24"
},
"platforms": {
"ios": "12.4"
},
"source_files": "Sources/iOSRawCamera/**/*.swift",
"swift_versions": "5",
"frameworks": [
"AVFoundation",
"Speech"
],
"swift_version": "5"
}