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