mirror of
https://github.com/zhigang1992/STTweetLabel.git
synced 2026-01-12 22:52:37 +08:00
18 lines
615 B
Ruby
18 lines
615 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "STTweetLabel"
|
|
s.version = "2.0.2"
|
|
s.summary = "A custom UILabel view controller for iOS with certain words tappable like Twitter."
|
|
s.homepage = "https://github.com/SebastienThiebaud/STTweetLabel"
|
|
|
|
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|
s.author = { "Sebastien THIEBAUD" => "sthiebaud@icloud.com" }
|
|
s.source = {
|
|
:git => "https://github.com/SebastienThiebaud/STTweetLabel.git",
|
|
:tag => "2.0.2"
|
|
}
|
|
|
|
s.platform = :ios, '5.0'
|
|
s.source_files = 'STTweetLabel/STTweetLabel.{h,m}'
|
|
s.requires_arc = true
|
|
end
|