forked from zipme/RQShineLabel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRQShineLabel.podspec
More file actions
18 lines (16 loc) · 826 Bytes
/
RQShineLabel.podspec
File metadata and controls
18 lines (16 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "RQShineLabel"
s.version = "0.1.3"
s.summary = "A UILabel subclass that lets you animate text similar to Secret app."
s.homepage = "https://github.com/zipme/RQShineLabel"
s.screenshots = "https://raw.githubusercontent.com/zipme/RQShineLabel/master/Screenshots/rqshinelabel.gif", "https://raw.githubusercontent.com/zipme/RQShineLabel/master/Screenshots/1.png"
s.license = 'MIT'
s.author = { "gk" => "[email protected]" }
s.source = { :git => "https://github.com/zipme/RQShineLabel.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/zipme'
s.platform = :ios
s.ios.deployment_target = '6.0'
s.requires_arc = true
s.source_files = 'Classes'
s.ios.exclude_files = 'Example'
end