From 8840ed1fac059c1602c360d19b7b2b66c07f66ba Mon Sep 17 00:00:00 2001 From: TrinhNT Date: Wed, 27 Mar 2024 08:41:58 +0700 Subject: [PATCH] Add privacy file: Update podspec --- Reachability.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Reachability.podspec b/Reachability.podspec index 8c9f82c..8eabd43 100644 --- a/Reachability.podspec +++ b/Reachability.podspec @@ -24,6 +24,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/tonymillion/Reachability.git', :tag => "v#{s.version}" } s.source_files = 'Reachability.{h,m}' + s.resource_bundles = {"Reachability_Privacy" => ["Framework/PrivacyInfo.xcprivacy"]} s.framework = 'SystemConfiguration' s.requires_arc = true