Skip to content

Commit

Permalink
fix: fixed the declaration of the privacy manifest in Auth0.podspec (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 authored May 2, 2024
1 parent ecd6fbd commit 5ca7f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth0.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/auth0/Auth0.swift.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/auth0'
s.source_files = 'Auth0/*.swift'
s.resources = "Auth0/PrivacyInfo.xcprivacy"
s.resource_bundles = { s.name => 'Auth0/PrivacyInfo.xcprivacy' }
s.swift_versions = ['5.7', '5.8']

s.dependency 'SimpleKeychain', '~> 1.1'
Expand Down

0 comments on commit 5ca7f41

Please sign in to comment.