We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf48e9 commit 75b4c19Copy full SHA for 75b4c19
MarqueeLabel.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "MarqueeLabel"
3
- s.version = "4.3.2"
+ s.version = "4.3.3"
4
s.summary = "A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when needed."
5
s.homepage = "https://github.com/cbpowell/MarqueeLabel"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
9
s.frameworks = 'UIKit', 'QuartzCore'
10
s.requires_arc = true
11
s.source_files = 'Sources/*.swift'
12
+ s.resource_bundles = {'MarqueeLabel' => ['Sources/*.xcprivacy']}
13
s.ios.deployment_target = '11.0'
14
s.tvos.deployment_target = '11.0'
15
s.swift_version = '5.0'
0 commit comments