Skip to content

Commit

Permalink
Add coccoapods support for privacy manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Jan 12, 2024
1 parent 04eabbf commit c523ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OptimizelySwiftSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Pod::Spec.new do |s|
:tag => "v"+s.version.to_s
}
s.source_files = "Sources/**/*.swift"
s.resource_bundles = { 'OptimizelySwiftSDK' => ['Sources/Supporting Files/PrivacyInfo.xcprivacy'] }
s.swift_version = ["5.0", "5.1"]
s.framework = "Foundation"
s.requires_arc = true
Expand Down

0 comments on commit c523ca9

Please sign in to comment.