From 899bbc3cfe0b17519c6119f73883bd9bb7e71088 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Sat, 6 Apr 2024 08:39:06 +0100 Subject: [PATCH] Add to podspec --- Pageboy.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pageboy.podspec b/Pageboy.podspec index a010bcc..210abed 100644 --- a/Pageboy.podspec +++ b/Pageboy.podspec @@ -23,4 +23,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/uias/Pageboy.git", :tag => s.version.to_s } s.source_files = "Sources/Pageboy/**/*.{h,m,swift}" + s.resource_bundles = {'Pageboy' => ['Sources/Pageboy/PrivacyInfo.xcprivacy']} + end