Skip to content

Commit 2f7270f

Browse files
committed
Update podspec. [common]
1 parent 1945a9e commit 2f7270f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MarqueeLabel.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "MarqueeLabel"
3-
s.version = "2.7.0"
3+
s.version = "2.7.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' }
77
s.author = "Charles Powell"
88
s.source = { :git => "https://github.com/cbpowell/MarqueeLabel.git", :tag => s.version.to_s }
9-
s.public_header_files = 'Classes/ObjC/MarqueeLabel.h'
9+
s.public_header_files = 'Sources/ObjC/MarqueeLabel.h'
1010
s.frameworks = 'UIKit', 'QuartzCore'
1111
s.requires_arc = true
1212
s.ios.deployment_target = '6.0'
@@ -17,12 +17,12 @@ Pod::Spec.new do |s|
1717
s.subspec 'ObjC' do |ss|
1818
ss.ios.deployment_target = '6.0'
1919
ss.tvos.deployment_target = '9.0'
20-
ss.source_files = 'Classes/**/*.{h,m}'
20+
ss.source_files = 'Sources/**/*.{h,m}'
2121
end
2222

2323
s.subspec 'Swift' do |ss|
2424
ss.ios.deployment_target = '8.0'
2525
ss.tvos.deployment_target = '9.0'
26-
ss.source_files = 'Classes/**/*.swift'
26+
ss.source_files = 'Sources/**/*.swift'
2727
end
2828
end

0 commit comments

Comments
 (0)