@yeomessagingcom/react-native-yeofr 0.1.13 → 0.1.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,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = "react-native-yeofr"
3
- s.version = "0.1.13"
3
+ s.version = "0.1.14"
4
4
  s.summary = "React Native iOS bridge for YEO Face Recognition."
5
5
  s.homepage = "https://github.com/yeomessaging/react-native-yeofr"
6
6
  s.license = { :type => "Commercial", :file => "LICENSE" }
@@ -8,8 +8,9 @@ Pod::Spec.new do |s|
8
8
  s.platform = :ios, "15.1"
9
9
  s.swift_version = "5.9"
10
10
 
11
- # Read from the installed npm package in node_modules
12
- s.source = { :path => "." }
11
+ # RN shim source files live in the repo (autolink-friendly)
12
+ s.source = { :git => "https://github.com/yeomessaging/react-native-yeofr.git",
13
+ :tag => s.version.to_s }
13
14
 
14
15
  # RN bridge sources (Obj-C and/or Swift)
15
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeomessagingcom/react-native-yeofr",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "React Native iOS integration for YEO Face Recognition (device-only).",
5
5
  "main": "index.ts",
6
6
  "react-native": "index.ts",
@@ -23,12 +23,22 @@
23
23
  "README.md",
24
24
  "LICENSE"
25
25
  ],
26
- "publishConfig": { "access": "restricted" },
27
- "keywords": ["react-native","ios","face-recognition","yeofr"],
26
+ "publishConfig": {
27
+ "access": "restricted"
28
+ },
29
+ "keywords": [
30
+ "react-native",
31
+ "ios",
32
+ "face-recognition",
33
+ "yeofr"
34
+ ],
28
35
  "peerDependencies": {
29
36
  "react-native": ">=0.72.0"
30
37
  },
31
38
  "devDependencies": {
32
39
  "@types/react-native": "^0.72.0"
40
+ },
41
+ "dependencies": {
42
+ "@yeomessagingcom/react-native-yeofr": "^0.1.13"
33
43
  }
34
44
  }