mediversal-rn-image-intelligence 1.0.12 → 1.0.14

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.
@@ -1,7 +1,10 @@
1
1
  import Foundation
2
+ import UIKit
3
+ import React
2
4
  import MLKitFaceDetection
3
5
  import MLKitVision
4
6
 
7
+
5
8
  @objc(FaceDetectionModule)
6
9
  class FaceDetectionModule: NSObject {
7
10
 
@@ -1,7 +1,10 @@
1
1
  import Foundation
2
+ import UIKit
3
+ import React
2
4
  import MLKitObjectDetection
3
5
  import MLKitVision
4
6
 
7
+
5
8
  @objc(ObjectDetectionModule)
6
9
  class ObjectDetectionModule: NSObject {
7
10
 
@@ -1,7 +1,10 @@
1
1
  import Foundation
2
+ import UIKit
3
+ import React
2
4
  import MLKitTextRecognition
3
5
  import MLKitVision
4
6
 
7
+
5
8
  @objc(TextRecognitionModule)
6
9
  class TextRecognitionModule: NSObject {
7
10
 
@@ -32,9 +32,10 @@ Pod::Spec.new do |s|
32
32
 
33
33
  s.dependency "React-Core"
34
34
 
35
- s.dependency "GoogleMLKit/FaceDetection", "~> 4.0.0"
36
- s.dependency "GoogleMLKit/TextRecognition", "~> 4.0.0"
37
- s.dependency "GoogleMLKit/ObjectDetection", "~> 4.0.0"
35
+ s.dependency "GoogleMLKit/FaceDetection", "~> 5.0"
36
+ s.dependency "GoogleMLKit/TextRecognition", "~> 5.0"
37
+ s.dependency "GoogleMLKit/ObjectDetection", "~> 5.0"
38
+
38
39
 
39
40
  s.swift_version = "5.0"
40
41
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediversal-rn-image-intelligence",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "Production-ready React Native library for intelligent image analysis using Google ML Kit (on-device)",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",