[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 8 / e / Jumio / 4.1.2 / Jumio.podspec.json
blobe8c7915d0231091cd035cb9ec0ecc37c3fb16c44
2   "name": "Jumio",
3   "version": "4.1.2",
4   "summary": "Jumio SDK",
5   "homepage": "https://www.jumio.com",
6   "license": {
7     "type": "Commercial",
8     "text": "See https://www.jumio.com"
9   },
10   "authors": {
11     "Jumio Corporation": "support@jumio.com"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "swift_versions": "5.0",
17   "requires_arc": true,
18   "source": {
19     "http": "https://mobile-sdk.jumio.com/com/jumio/ios/jumio-mobile-sdk/4.1.2/ios-jumio-mobile-sdk-4.1.2.zip"
20   },
21   "preserve_paths": "Localization/*lproj/Localizable-Jumio.strings",
22   "xcconfig": {
23     "OTHER_LDFLAGS": "-ObjC -lc++ -lz",
24     "CLANG_MODULES_AUTOLINK": "YES",
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "default_subspecs": "Liveness",
28   "subspecs": [
29     {
30       "name": "Slim",
31       "vendored_frameworks": "JumioSlim/Jumio.xcframework"
32     },
33     {
34       "name": "SlimLiveness",
35       "vendored_frameworks": "JumioSlim+Liveness/Jumio.xcframework",
36       "dependencies": {
37         "iProov": [
38           "9.3.2"
39         ]
40       }
41     },
42     {
43       "name": "LineFinder",
44       "vendored_frameworks": "JumioLineFinder/Jumio.xcframework"
45     },
46     {
47       "name": "LineFinderLiveness",
48       "vendored_frameworks": "JumioLineFinder+Liveness/Jumio.xcframework",
49       "dependencies": {
50         "iProov": [
51           "9.3.2"
52         ]
53       }
54     },
55     {
56       "name": "MRZ",
57       "vendored_frameworks": "JumioMRZ/Jumio.xcframework"
58     },
59     {
60       "name": "MRZLiveness",
61       "vendored_frameworks": "JumioMRZ+Liveness/Jumio.xcframework",
62       "dependencies": {
63         "iProov": [
64           "9.3.2"
65         ]
66       }
67     },
68     {
69       "name": "NFC",
70       "vendored_frameworks": "JumioNFC/Jumio.xcframework"
71     },
72     {
73       "name": "NFCLiveness",
74       "vendored_frameworks": "JumioNFC+Liveness/Jumio.xcframework",
75       "dependencies": {
76         "iProov": [
77           "9.3.2"
78         ]
79       }
80     },
81     {
82       "name": "Barcode",
83       "vendored_frameworks": "JumioBarcode/Jumio.xcframework",
84       "dependencies": {
85         "PPpdf417": [
86           "8.0.0"
87         ]
88       }
89     },
90     {
91       "name": "BarcodeLiveness",
92       "vendored_frameworks": "JumioBarcode+Liveness/Jumio.xcframework",
93       "dependencies": {
94         "PPpdf417": [
95           "8.0.0"
96         ],
97         "iProov": [
98           "9.3.2"
99         ]
100       }
101     },
102     {
103       "name": "Jumio",
104       "vendored_frameworks": "Jumio/Jumio.xcframework",
105       "dependencies": {
106         "PPpdf417": [
107           "8.0.0"
108         ]
109       }
110     },
111     {
112       "name": "Liveness",
113       "vendored_frameworks": "Jumio+Liveness/Jumio.xcframework",
114       "dependencies": {
115         "iProov": [
116           "9.3.2"
117         ],
118         "PPpdf417": [
119           "8.0.0"
120         ]
121       }
122     }
123   ],
124   "swift_version": "5.0"