We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f93ef0 + 79008d2 commit 85b492dCopy full SHA for 85b492d
Toast.podspec
@@ -8,8 +8,8 @@ Pod::Spec.new do |s|
8
s.source = { :git => "https://github.com/scalessec/Toast.git", :tag => s.version.to_s }
9
s.platform = :ios
10
s.source_files = 'Toast', 'Toast-Framework/Toast.h'
11
- s.resources = ['Toast/Resources/PrivacyInfo.xcprivacy']
+ s.resource_bundles = {'Toast' => ['Toast/Resources/PrivacyInfo.xcprivacy']}
12
s.framework = 'QuartzCore'
13
s.requires_arc = true
14
s.ios.deployment_target = '12.0'
15
-end
+end
0 commit comments