diff --git a/STTweetLabel/1.0.1/STTweetLabel.podspec b/STTweetLabel/1.0.1/STTweetLabel.podspec new file mode 100755 index 00000000..86d3fcf4 --- /dev/null +++ b/STTweetLabel/1.0.1/STTweetLabel.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = "STTweetLabel" + s.version = "1.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 => "1.0.1" + } + + s.platform = :ios, '5.0' + s.source_files = 'STTweetLabel/STTweetLabel.{h,m}' + s.requires_arc = true +end \ No newline at end of file