We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd97438 commit f7805baCopy full SHA for f7805ba
Cache.podspec
@@ -17,8 +17,7 @@ Pod::Spec.new do |s|
17
s.ios.source_files = 'Source/{iOS,Shared}/**/*'
18
s.osx.source_files = 'Source/{Mac,Shared}/**/*'
19
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'
20
- s.resources = 'Source/PrivacyInfo.xcprivacy'
21
-
+ s.resource_bundles = { 'Cache_privacy' => 'Source/PrivacyInfo.xcprivacy' }
22
s.frameworks = 'Foundation'
23
s.swift_version = '5.0'
24
end
0 commit comments