Include privacy info for Cocoapods (#798)

This commit is contained in:
David Cacenabes 2024-02-13 04:33:01 +01:00 committed by GitHub
parent 4478b2234e
commit cd9d05bd7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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