@thegrizzlylabs/react-native-genius-scan 4.7.0 → 4.7.2

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.
@@ -10,14 +10,14 @@ Pod::Spec.new do |s|
10
10
  s.license = "MIT"
11
11
  s.author = { 'The Grizzly Labs' => 'contact@thegrizzlylabs.com' }
12
12
  s.homepage = "http://thegrizzlylabs.com"
13
- s.source_files = ["RNGeniusScan.{h,m}"]
13
+ s.source_files = ["ios/RNGeniusScan.{h,m}"]
14
14
  s.requires_arc = true
15
15
  s.source = { git: 'git@github.com:thegrizzlylabs/geniusscan-sdk-demo.git' }
16
16
  s.platform = :ios, "11.0"
17
17
 
18
18
  s.dependency "React"
19
19
 
20
- s.preserve_paths = 'GSSDK/GSSDKCore.xcframework', 'GSSDK/GSSDKScanFlow.xcframework', 'GSSDK/GSSDKOCR.xcframework'
20
+ s.preserve_paths = 'ios/GSSDK/GSSDKCore.xcframework', 'ios/GSSDK/GSSDKScanFlow.xcframework', 'ios/GSSDK/GSSDKOCR.xcframework'
21
21
  s.xcconfig = { 'OTHER_LDFLAGS' => '-framework GSSDKCore -framework GSSDKScanFlow -framework GSSDKOCR' }
22
- s.vendored_frameworks = 'GSSDK/GSSDKCore.xcframework', 'GSSDK/GSSDKScanFlow.xcframework', 'GSSDK/GSSDKOCR.xcframework'
22
+ s.vendored_frameworks = 'ios/GSSDK/GSSDKCore.xcframework', 'ios/GSSDK/GSSDKScanFlow.xcframework', 'ios/GSSDK/GSSDKOCR.xcframework'
23
23
  end
@@ -40,6 +40,6 @@ rootProject.allprojects {
40
40
 
41
41
  dependencies {
42
42
  implementation 'com.facebook.react:react-native:+'
43
- implementation 'com.geniusscansdk:gssdk-scanflow:4.7.0'
44
- implementation 'com.geniusscansdk:gssdk-ocr:4.7.0'
43
+ implementation 'com.geniusscansdk:gssdk-scanflow:4.7.2'
44
+ implementation 'com.geniusscansdk:gssdk-ocr:4.7.2'
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thegrizzlylabs/react-native-genius-scan",
3
- "version": "4.7.0",
3
+ "version": "4.7.2",
4
4
  "description": "React Native Plugin for Genius Scan SDK",
5
5
  "author": "TheGrizzlyLabs <sdk@thegrizzlylabs.com> (https://www.thegrizzlylabs.com/)",
6
6
  "homepage": "https://geniusscansdk.com",
@@ -35,6 +35,6 @@
35
35
  "the grizzly labs"
36
36
  ],
37
37
  "peerDependencies": {
38
- "react-native": ">=0.41.2 <0.70.0"
38
+ "react-native": ">=0.41.2"
39
39
  }
40
40
  }