-
Notifications
You must be signed in to change notification settings - Fork 0
/
MBCaptureUX.podspec
37 lines (28 loc) · 1.37 KB
/
MBCaptureUX.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Pod::Spec.new do |s|
s.name = "MBCaptureUX"
s.version = "1.4.2"
s.summary = "A delightful UX component for document capture"
s.homepage = "http://microblink.com"
s.readme = "https://raw.githubusercontent.com/BlinkID/capture-ios/v1.4.2/README.md"
s.description = <<-DESC
The BlinkID Capture iOS SDK gives you the ability to auto-capture high quality images of identity documents in a user-friendly way. The SDK provides you with a rectified image of the document that ensures high success rate in extracting document text or verifying the document validity.
DESC
s.license = {
:type => 'commercial',
:text => <<-LICENSE
© 2023 Microblink Ltd. All rights reserved.
LICENSE
}
s.authors = {
"Microblink" => "[email protected]",
"Jura Skrlec" => "[email protected]"
}
s.source = {
:http => 'https://github.com/BlinkID/capture-ios/releases/download/v1.4.2/CaptureUX.xcframework.zip'
}
s.platform = :ios
# ――― MULTI-PLATFORM VALUES ――――――――――――――――――――――――――――――――――――――――――――――――― #
s.ios.deployment_target = '13.0.0'
s.ios.vendored_frameworks = 'CaptureUX.xcframework'
s.ios.libraries = 'c++', 'z'
end