File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::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
2828end
You can’t perform that action at this time.
0 commit comments