forked from cbess/AutoScrollLabel
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoScrollLabel.podspec
More file actions
Latest commit
16 lines (14 loc) · 758 Bytes
/
Copy pathAutoScrollLabel.podspec
File metadata and controls
16 lines (14 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name='AutoScrollLabel'
s.version='0.4.1'
s.summary='A marquee like scrolling UILabel, think iPod track title scrolling. Provides edge fading, speed adjustment, scroll direction, etc.'
s.homepage='https://github.com/cbess/AutoScrollLabel'
s.license={:type=>'MIT',:file=>'LICENSE.txt'}
s.author={'Christopher Bess'=>'cbess@quantumquinn.com'}
s.source={:git=>'https://github.com/cbess/AutoScrollLabel.git',:tag=>'v0.4.1'}
s.platform=:ios,'7.0'
s.requires_arc=true
s.source_files='CBAutoScrollLabel/*.{h,m}'
s.frameworks='QuartzCore','CoreGraphics'
s.screenshots='https://github.com/cbess/AutoScrollLabel/raw/master/AutoScrollLabelDemo/screenshot.png'
end