[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / b / 8 / iSpiral / 1.12.7 / iSpiral.podspec.json
blob83087383d2de58fc82af1eca598e1e057a155f33
2   "name": "iSpiral",
3   "module_name": "iSpiralUI",
4   "version": "1.12.7",
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": "11.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.7"
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/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"
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         "RxSwift": [
63           "~> 5"
64         ],
65         "RxCocoa": [
66           "~> 5"
67         ]
68       },
69       "vendored_frameworks": "Frameworks/iSpiralCore/bitcode/VerIDCore.xcframework"
70     },
71     {
72       "name": "UI-no-bitcode",
73       "source_files": "VerIDUI/*.swift",
74       "resource_bundles": {
75         "VerIDUIResources": [
76           "VerIDUI/Resources/Video/*.mp4",
77           "VerIDUI/Resources/Localization/*.xml",
78           "VerIDUI/Resources/*.xcassets",
79           "VerIDUI/Resources/**.{storyboard,xib}"
80         ]
81       },
82       "dependencies": {
83         "iSpiral/Core-no-bitcode": [
85         ]
86       },
87       "pod_target_xcconfig": {
88         "ENABLE_BITCODE": "NO"
89       }
90     },
91     {
92       "name": "Core-no-bitcode",
93       "dependencies": {
94         "OpenCV2": [
95           "~> 4.1"
96         ],
97         "ZIPFoundation": [
98           "~> 0.9"
99         ],
100         "RxSwift": [
101           "~> 5"
102         ],
103         "RxCocoa": [
104           "~> 5"
105         ]
106       },
107       "vendored_frameworks": "Frameworks/iSpiralCore/no-bitcode/VerIDCore.xcframework"
108     }
109   ],
110   "swift_version": "5"