diff --git a/Pod/Privacy/SkeletonView/PrivacyInfo.xcprivacy b/Pod/Privacy/SkeletonView/PrivacyInfo.xcprivacy new file mode 100644 index 00000000..0a95d093 --- /dev/null +++ b/Pod/Privacy/SkeletonView/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + NSPrivacyCollectedDataTypes + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + + diff --git a/SkeletonView.podspec b/SkeletonView.podspec index 874a61e4..9442e849 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_bundle = {"SkeletonView.privacy"=>"Pod/Privacy/SkeletonView/PrivacyInfo.xcprivacy"} end