From 21b5df5d1827725a8342fe1698105fc15d0c9a7e Mon Sep 17 00:00:00 2001 From: Rakchon Noipathom Date: Mon, 22 Apr 2024 11:32:20 +0700 Subject: [PATCH] build: add PrivacyInfo.xcprivacy into podspec --- SkeletonView.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/SkeletonView.podspec b/SkeletonView.podspec index bd48f7ca..8d2596f0 100644 --- a/SkeletonView.podspec +++ b/SkeletonView.podspec @@ -15,4 +15,5 @@ Pod::Spec.new do |s| s.swift_version = "5.0" s.source = { :git => "https://github.com/Juanpe/SkeletonView.git", :tag => s.version.to_s } s.source_files = "SkeletonViewCore/Sources/**/*.{swift,h}" + s.resource_bundles = {"SkeletonView" => ["SkeletonViewCore/Sources/Supporting Files/PrivacyInfo.xcprivacy"]} end