-
Notifications
You must be signed in to change notification settings - Fork 218
Expand file tree
/
Copy pathRQShineLabel.podspec
More file actions
18 lines (16 loc) · 827 Bytes
/
RQShineLabel.podspec
File metadata and controls
18 lines (16 loc) · 827 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 = "1.0.0"
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" => "gk@reteq.com" }
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 = '10.0'
s.requires_arc = true
s.source_files = 'Sources'
s.ios.exclude_files = 'Example'
end