Added xcprivacy manifest to CocoaPods (#3649)

* Added xcprivacy manifest to CocoaPods

Using the resource bundle syntax

* Update the README

Added xcprivacy for CocoaPods
This commit is contained in:
DreamPiggy
2023-12-08 20:06:55 +08:00
committed by GitHub
parent 0383fd49fe
commit fbe79221b1
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -44,4 +44,5 @@ Pod::Spec.new do |s|
mk.framework = 'MapKit'
mk.dependency 'SDWebImage/Core'
end
s.resource_bundles = {'SDWebImage' => ['WebImage/PrivacyInfo.xcprivacy']}
end