We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe507d commit f595725Copy full SHA for f595725
rn-fetch-blob.podspec
@@ -13,4 +13,7 @@ Pod::Spec.new do |s|
13
s.source_files = 'ios/**/*.{h,m}'
14
s.platform = :ios, "8.0"
15
s.dependency 'React-Core'
16
+ s.resource_bundles = {
17
+ 'RNFetchBlobPrivacyInfo' => ['ios/PrivacyInfo.xcprivacy'],
18
+ }
19
end
0 commit comments