Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
- fix privacy manifest configuration
  • Loading branch information
Jan Sebastian committed Apr 8, 2024
1 parent 5699404 commit efbfaa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SkeletonView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.tvos.deployment_target = "9.0"
s.swift_version = "5.0"
s.resource_bundles = {"SkeletonView" => ["SkeletonViewCore/Sources/Supporting\ Files/PrivacyInfo.xcprivacy"]}
s.source = { :git => "https://github.com/Juanpe/SkeletonView.git", :tag => s.version.to_s }
s.source_files = "SkeletonViewCore/Sources/**/*.{swift,h}"
end

0 comments on commit efbfaa6

Please sign in to comment.