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 04eabbf commit 6377fe6Copy full SHA for 6377fe6
OptimizelySwiftSDK.podspec
@@ -15,6 +15,7 @@ Pod::Spec.new do |s|
15
:tag => "v"+s.version.to_s
16
}
17
s.source_files = "Sources/**/*.swift"
18
+ s.resource_bundles = { 'OptimizelySwiftSDK' => ['Sources/Supporting Files/PrivacyInfo.xcprivacy'] }
19
s.swift_version = ["5.0", "5.1"]
20
s.framework = "Foundation"
21
s.requires_arc = true
0 commit comments