scandit-react-native-datacapture-id 6.19.2 → 6.19.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ android {
59
59
  }
60
60
 
61
61
  dependencies {
62
- def sdk_version = "6.19.2"
62
+ def sdk_version = "6.19.4"
63
63
 
64
64
  println("Version of the native sdk used in this build: ${safeExtGet('global_sdk_version', sdk_version)}")
65
65
  if (findProject(':scandit-datacapture-frameworks-id') != null) {
@@ -5,6 +5,7 @@
5
5
  */
6
6
 
7
7
  import Foundation
8
+ import React
8
9
  import ScanditIdCapture
9
10
  import ScanditDataCaptureCore
10
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scandit-react-native-datacapture-id",
3
- "version": "6.19.2",
3
+ "version": "6.19.4",
4
4
  "description": "Scandit Data Capture SDK for React Native",
5
5
  "homepage": "https://github.com/Scandit/scandit-react-native-datacapture-id",
6
6
  "main": "js/index.js",
@@ -29,6 +29,6 @@
29
29
  "typescript": "^5.0.4"
30
30
  },
31
31
  "dependencies": {
32
- "scandit-react-native-datacapture-core": "6.19.2"
32
+ "scandit-react-native-datacapture-core": "6.19.4"
33
33
  }
34
34
  }
@@ -11,13 +11,13 @@ Pod::Spec.new do |s|
11
11
  s.authors = { package["author"]["name"] => package["author"]["email"] }
12
12
  s.platforms = { :ios => "13.0" }
13
13
  s.source = { :git => package["homepage"] + ".git", :tag => "#{s.version}" }
14
- s.swift_version = '4.0'
14
+ s.swift_version = '5.0'
15
15
  s.source_files = "ios/Sources/**/*.{h,m,swift}"
16
16
  s.requires_arc = true
17
17
  s.module_name = "ScanditDataCaptureId"
18
18
  s.header_dir = "ScanditDataCaptureId"
19
- s.dependency 'ScanditIdCapture', '= 6.19.2'
20
- s.dependency 'ScanditIDC', '= 6.19.2'
19
+ s.dependency 'ScanditIdCapture', '= 6.19.4'
20
+ s.dependency 'ScanditIDC', '= 6.19.4'
21
21
 
22
22
  s.dependency "React"
23
23
  s.dependency "scandit-react-native-datacapture-core"