From 23e111a0760e94ff3d0e3b0a3de67d3ea60f2676 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Thu, 19 Jun 2025 14:55:12 +0530 Subject: [PATCH] Update Cache.podspec For RN upgrade compat --- Cache.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cache.podspec b/Cache.podspec index 4698519..eef68d6 100644 --- a/Cache.podspec +++ b/Cache.podspec @@ -17,7 +17,8 @@ Pod::Spec.new do |s| s.ios.source_files = 'Source/{iOS,Shared}/**/*' s.osx.source_files = 'Source/{Mac,Shared}/**/*' s.tvos.source_files = 'Source/{iOS,Shared}/**/*' - s.resources = 'Source/PrivacyInfo.xcprivacy' + s.resource_bundles = { 'Cache_privacy' => 'Source/PrivacyInfo.xcprivacy' } + s.frameworks = 'Foundation' s.swift_version = '5.0'