@yeomessagingcom/react-native-yeofr 0.1.5 → 0.1.6

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.5" # npm package version
3
+ s.version = "0.1.6"
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" }
@@ -8,10 +8,11 @@ Pod::Spec.new do |s|
8
8
  s.platform = :ios, "15.1"
9
9
  s.swift_version = "5.9"
10
10
 
11
- # Build the RN shim from local files
11
+ # 👇 make validator happy for :podspec installs
12
+ s.source = { :path => "." }
13
+
12
14
  s.source_files = "YEOFRModule.m", "YEOFRModule.swift"
13
15
 
14
- # Download the binary xcframework (default to SPM 0.1.3; can override via env)
15
16
  bin_ver = ENV['YEOFR_BINARY_VERSION'] || "0.1.3"
16
17
  repo = "https://github.com/YEOMessaging/YEOFR-SPM"
17
18
  asset = "YEOFR.xcframework.zip"
@@ -35,7 +36,6 @@ Pod::Spec.new do |s|
35
36
  s.vendored_frameworks = "Vendor/YEOFR.xcframework"
36
37
  s.dependency "React-Core"
37
38
 
38
- # Device-only
39
39
  s.pod_target_xcconfig = {
40
40
  'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386 x86_64 arm64',
41
41
  'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeomessagingcom/react-native-yeofr",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "React Native iOS integration for YEO Face Recognition (device-only).",
5
5
  "main": "index.ts",
6
6
  "react-native": "index.ts",