Skip to content

Commit 75b4c19

Browse files
committed
Updated podspec, copy Privacy Manifest into resources.
1 parent fbf48e9 commit 75b4c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MarqueeLabel.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MarqueeLabel"
3-
s.version = "4.3.2"
3+
s.version = "4.3.3"
44
s.summary = "A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when needed."
55
s.homepage = "https://github.com/cbpowell/MarqueeLabel"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
99
s.frameworks = 'UIKit', 'QuartzCore'
1010
s.requires_arc = true
1111
s.source_files = 'Sources/*.swift'
12+
s.resource_bundles = {'MarqueeLabel' => ['Sources/*.xcprivacy']}
1213
s.ios.deployment_target = '11.0'
1314
s.tvos.deployment_target = '11.0'
1415
s.swift_version = '5.0'

0 commit comments

Comments
 (0)