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/VerIDCore.framework/VerIDCore\"); 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"
69 "vendored_frameworks": "Frameworks/iSpiralCore/bitcode/VerIDCore.xcframework"
72 "name": "UI-no-bitcode",
73 "source_files": "VerIDUI/*.swift",
76 "VerIDUI/Resources/Video/*.mp4",
77 "VerIDUI/Resources/Localization/*.xml",
78 "VerIDUI/Resources/*.xcassets",
79 "VerIDUI/Resources/**.{storyboard,xib}"
83 "iSpiral/Core-no-bitcode": [
87 "pod_target_xcconfig": {
88 "ENABLE_BITCODE": "NO"
92 "name": "Core-no-bitcode",
107 "vendored_frameworks": "Frameworks/iSpiralCore/no-bitcode/VerIDCore.xcframework"