Skip to content

Commit

Permalink
Add PrivacyInfo resource to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Scalesse committed Jan 7, 2024
1 parent 1010a10 commit 607b129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Toast.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/scalessec/Toast.git", :tag => s.version.to_s }
s.platform = :ios
s.source_files = 'Toast', 'Toast-Framework/Toast.h'
s.resources = ['Toast/Resources/PrivacyInfo.xcprivacy']
s.framework = 'QuartzCore'
s.requires_arc = true
end

0 comments on commit 607b129

Please sign in to comment.