@yeomessagingcom/react-native-yeofr 0.1.11 → 0.1.12
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.
package/ios/YEOFRModule.swift
CHANGED
|
@@ -8,7 +8,7 @@ class YEOFRModule: NSObject {
|
|
|
8
8
|
@objc static func requiresMainQueueSetup() -> Bool { false }
|
|
9
9
|
|
|
10
10
|
@objc
|
|
11
|
-
|
|
11
|
+
func getVersion(_ resolve: RCTPromiseResolveBlock, rejecter reject: RCTPromiseRejectBlock) {
|
|
12
12
|
resolve(YEOFRSDK.version)
|
|
13
13
|
}
|
|
14
14
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Pod::Spec.new do |s|
|
|
2
2
|
s.name = "react-native-yeofr"
|
|
3
|
-
s.version = "0.1.
|
|
3
|
+
s.version = "0.1.12" # keep this in sync with your npm version
|
|
4
4
|
s.summary = "React Native iOS integration for YEO Face Recognition (device-only)."
|
|
5
5
|
s.homepage = "https://github.com/yeomessaging/react-native-yeofr"
|
|
6
6
|
s.license = { :type => "Commercial", :file => "../LICENSE" }
|