blob: 16faddc9217db7adde0ce11ca69b299e63fead09 [file] [log] [blame]
{
"name": "VoiceItApi2IosSDK",
"version": "2.0.5",
"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": {
"voiceit": "support@voiceit.io"
},
"source": {
"git": "https://github.com/voiceittech/VoiceItApi2IosSDK.git",
"tag": "2.0.5"
},
"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"
]
}