3 "module_name": "iSpiralUI",
5 "summary": "Face detection and recognition",
6 "homepage": "https://github.com/AppliedRecognition",
11 "authors": "Jakub Dolejs",
15 "swift_versions": "5",
16 "documentation_url": "https://appliedrecognition.github.io/Ver-ID-Core-Apple",
18 "git": "https://github.com/AppliedRecognition/Ver-ID-UI-iOS.git",
25 "static_framework": true,
26 "cocoapods_version": ">= 1.10",
28 "name": "Check Ver-ID fully downloaded",
29 "script": "filesize=$(wc -c <\"${PODS_XCFRAMEWORKS_BUILD_DIR}/iSpiral/iSpiralCore.framework/iSpiralCore\"); if [ $filesize -lt 1000000 ]; then echo \"error: iSpiral framework files not fully downloaded. Please install Git LFS, clear the iSpiral pod cache using pod cache clean iSpiral and run pod install.\"; exit 1; else echo \"iSpiral installed successfully\"; fi",
30 "execution_position": "before_compile"
35 "source_files": "VerIDUI/*.swift",
38 "VerIDUI/Resources/Video/*.mp4",
39 "VerIDUI/Resources/Localization/*.xml",
40 "VerIDUI/Resources/*.xcassets",
41 "VerIDUI/Resources/**.{storyboard,xib}"
49 "pod_target_xcconfig": {
50 "ENABLE_BITCODE": "YES"
62 "Ver-ID-SDK-Identity": [
73 "vendored_frameworks": "Frameworks/iSpiralCore/bitcode/iSpiral.xcframework"
76 "name": "UI-no-bitcode",
77 "source_files": "VerIDUI/*.swift",
80 "VerIDUI/Resources/Video/*.mp4",
81 "VerIDUI/Resources/Localization/*.xml",
82 "VerIDUI/Resources/*.xcassets",
83 "VerIDUI/Resources/**.{storyboard,xib}"
87 "iSpiral/Core-no-bitcode": [
91 "pod_target_xcconfig": {
92 "ENABLE_BITCODE": "NO"
96 "name": "Core-no-bitcode",
104 "Ver-ID-SDK-Identity": [
115 "vendored_frameworks": "Frameworks/iSpiralCore/no-bitcode/iSpiral.xcframework"