Skip to content

Commit

Permalink
Merge pull request #489 from qonversion/feature/privacyInfoFix
Browse files Browse the repository at this point in the history
Fixed privacy info for cocoapods
  • Loading branch information
suriksarkisyan authored Apr 8, 2024
2 parents bf08e80 + a255222 commit 72c688a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Qonversion.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '6.2'
s.ios.frameworks = ['UIKit', 'WebKit']
s.requires_arc = true

s.resource_bundles = {'Qonversion' => ['Sources/PrivacyInfo.xcprivacy']}

s.default_subspecs = 'Main'

s.subspec 'Main' do |ss|
Expand Down

0 comments on commit 72c688a

Please sign in to comment.