Browse Source

Include privacy info for Cocoapods (#798)

David Cacenabes 1 year ago
parent
commit
cd9d05bd7e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      SnapKit.podspec

+ 4 - 0
SnapKit.podspec

@@ -20,5 +20,9 @@ Pod::Spec.new do |s|
       'LIBRARY_SEARCH_PATHS' => '$(SDKROOT)/usr/lib/swift',
   }
 
+  s.resource_bundles = {
+    'SnapKit_Privacy' => ['Sources/PrivacyInfo.xcprivacy'],
+  }
+
   s.swift_versions = ['5.0']
 end