[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 2 / b / 8 / iSpiral / 1.12.6 / iSpiral.podspec.json
blob537d2829ca8e203ef5d12941d5f5bda281f6ab46
2   "name": "iSpiral",
3   "module_name": "iSpiralUI",
4   "version": "1.12.6",
5   "summary": "Face detection and recognition",
6   "homepage": "https://github.com/AppliedRecognition",
7   "license": {
8     "type": "COMMERCIAL",
9     "file": "LICENCE.txt"
10   },
11   "authors": "Jakub Dolejs",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "swift_versions": "5",
16   "documentation_url": "https://appliedrecognition.github.io/Ver-ID-Core-Apple",
17   "source": {
18     "git": "https://github.com/AppliedRecognition/Ver-ID-UI-iOS.git",
19     "tag": "v1.12.6"
20   },
21   "default_subspecs": [
22     "Core",
23     "UI"
24   ],
25   "static_framework": true,
26   "cocoapods_version": ">= 1.10",
27   "script_phases": {
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"
31   },
32   "subspecs": [
33     {
34       "name": "UI",
35       "source_files": "VerIDUI/*.swift",
36       "resource_bundles": {
37         "VerIDUIResources": [
38           "VerIDUI/Resources/Video/*.mp4",
39           "VerIDUI/Resources/Localization/*.xml",
40           "VerIDUI/Resources/*.xcassets",
41           "VerIDUI/Resources/**.{storyboard,xib}"
42         ]
43       },
44       "dependencies": {
45         "iSpiral/Core": [
47         ]
48       },
49       "pod_target_xcconfig": {
50         "ENABLE_BITCODE": "YES"
51       }
52     },
53     {
54       "name": "Core",
55       "dependencies": {
56         "OpenCV2": [
57           "~> 4.1"
58         ],
59         "ZIPFoundation": [
60           "~> 0.9"
61         ],
62         "Ver-ID-SDK-Identity": [
63           ">= 3.0.2",
64           "< 4.0"
65         ],
66         "RxSwift": [
67           "~> 5"
68         ],
69         "RxCocoa": [
70           "~> 5"
71         ]
72       },
73       "vendored_frameworks": "Frameworks/iSpiralCore/bitcode/iSpiral.xcframework"
74     },
75     {
76       "name": "UI-no-bitcode",
77       "source_files": "VerIDUI/*.swift",
78       "resource_bundles": {
79         "VerIDUIResources": [
80           "VerIDUI/Resources/Video/*.mp4",
81           "VerIDUI/Resources/Localization/*.xml",
82           "VerIDUI/Resources/*.xcassets",
83           "VerIDUI/Resources/**.{storyboard,xib}"
84         ]
85       },
86       "dependencies": {
87         "iSpiral/Core-no-bitcode": [
89         ]
90       },
91       "pod_target_xcconfig": {
92         "ENABLE_BITCODE": "NO"
93       }
94     },
95     {
96       "name": "Core-no-bitcode",
97       "dependencies": {
98         "OpenCV2": [
99           "~> 4.1"
100         ],
101         "ZIPFoundation": [
102           "~> 0.9"
103         ],
104         "Ver-ID-SDK-Identity": [
105           ">= 3.0.2",
106           "< 4.0"
107         ],
108         "RxSwift": [
109           "~> 5"
110         ],
111         "RxCocoa": [
112           "~> 5"
113         ]
114       },
115       "vendored_frameworks": "Frameworks/iSpiralCore/no-bitcode/iSpiral.xcframework"
116     }
117   ],
118   "swift_version": "5"