blob: 6645dedda8c2539dbabccb763f642fc78e675fd1 [file] [log] [blame]
{
"name": "VoiceItApi2IosSDK",
"version": "0.94",
"summary": "A pod that lets you add voice and face verification and identification to your iOS apps, brought to you by VoiceIt.",
"description": "A pod that lets you add voice and face verification and identification to your iOS apps, brought to you by VoiceIt. Now also with basic liveness detection challenges. Please visit https://voiceit.io to learn more and sign up for an account.",
"homepage": "https://github.com/voiceittech/VoiceItApi2IosSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"armaanbindra": "armaan.bindra@voiceit-tech.com"
},
"source": {
"git": "https://github.com/voiceittech/VoiceItApi2IosSDK.git",
"tag": "0.94"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"dependencies": {
"GoogleMobileVision/FaceDetector": [
]
},
"source_files": "VoiceItApi2IosSDK/Classes/**/*.{h,m}",
"resource_bundles": {
"VoiceItApi2IosSDK": [
"VoiceItApi2IosSDK/Classes/**/*.{lproj,storyboard,xib,xcassets,strings}"
]
},
"frameworks": [
"UIKit",
"AVFoundation"
]
}