-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRNMisnap.podspec
More file actions
41 lines (34 loc) · 1.63 KB
/
RNMisnap.podspec
File metadata and controls
41 lines (34 loc) · 1.63 KB
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
38
39
40
41
# Issue in POD and xcassets included in libraries:
# https://github.com/CocoaPods/CocoaPods/issues/8122
Pod::Spec.new do |s|
s.name = "RNMisnap"
s.version = "1.0.1"
s.summary = "RNMisnap"
s.description = <<-DESC
RNMisnap, https://www.miteksystems.com/mobile-capture react-native wrapper aroud native framework.
DESC
s.homepage = "http://www.wundermanthompson.com"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "[email protected]" }
s.source = { :git => "https://github.com/author/RNMisnap.git", :tag => "master" }
s.ios.deployment_target = '9.0'
s.source_files = 'ios/*.{h,m}','ios/MiSnapSDK/classes/*.{h,m}'
s.public_header_files = 'ios/*.{h}','ios/MiSnapSDK/classes/*.{h}'
s.frameworks = 'UIKit', 'AudioToolbox', 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'MobileCoreServices', 'OpenGLES', 'QuartzCore', 'Security', 'ImageIO'
# s.resources = ['ios/MiSnapSDK/resources/*']
s.vendored_frameworks = 'ios/MiSnapSDK/MiSnapSDK.framework',
'ios/MiSnapSDK/MiSnapSDKCamera.framework',
'ios/MiSnapSDK/MiSnapSDKMibiData.framework',
'ios/MiSnapSDK/MiSnapSDKScience.framework',
'ios/MiSnapSDK/MobileFlow.framework',
'ios/MiSnapSDK/MiSnapBarcodeScanner.framework',
'ios/MiSnapSDK/MiSnapLiveness.framework',
'ios/MiSnapSDK/DaonFaceLiveness.framework',
'ios/MiSnapSDK/DaonFaceLivenessBlink.framework',
'ios/MiSnapSDK/DaonFaceQuality.framework',
'ios/MiSnapSDK/DaonFaceSDK.framework'
s.requires_arc = true
s.dependency "React"
#s.dependency "others"
end