Files
STTweetLabel/STTweetLabel.podspec
Sebastien THIEBAUD 23d6031fc7 Initial version 1.0
2012-12-16 10:09:57 -08:00

17 lines
653 B
Ruby

Pod::Spec.new do |s|
s.name = "STTweetLabel"
s.version = "0.1"
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" => "sebastien.thiebaud@supinfo.com" }
s.source = {
:git => "https://github.com/SebastienThiebaud/STTweetLabel.git",
:tag => "0.1"
}
s.platform = :ios, '5.0'
s.source_files = 'STTweetLabel/STTweetLabel.{h,m}', 'STTweetLabel/STLinkProtocol.h'
s.requires_arc = true
end