From efbfaa688cec9f17d3aa23ddbe781b5da011f3d5 Mon Sep 17 00:00:00 2001 From: Jan Sebastian <> Date: Mon, 8 Apr 2024 14:13:03 +0700 Subject: [PATCH] fix: - fix privacy manifest configuration --- SkeletonView.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/SkeletonView.podspec b/SkeletonView.podspec index 874a61e4..5378d916 100644 --- a/SkeletonView.podspec +++ b/SkeletonView.podspec @@ -13,6 +13,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "9.0" s.tvos.deployment_target = "9.0" s.swift_version = "5.0" + s.resource_bundles = {"SkeletonView" => ["SkeletonViewCore/Sources/Supporting\ Files/PrivacyInfo.xcprivacy"]} s.source = { :git => "https://github.com/Juanpe/SkeletonView.git", :tag => s.version.to_s } s.source_files = "SkeletonViewCore/Sources/**/*.{swift,h}" end