Skip to content

Commit

Permalink
Merge pull request #1105 from SebastienThiebaud/master
Browse files Browse the repository at this point in the history
STTweetLabel 2.2.1
  • Loading branch information
Sebastien Thiebaud committed Jan 23, 2013
2 parents f655e25 + d458c2c commit 373aab0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions STTweetLabel/2.2.1/STTweetLabel.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "STTweetLabel"
s.version = "2.2.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" => "sthiebaud@icloud.com" }
s.source = {
:git => "https://github.com/SebastienThiebaud/STTweetLabel.git",
:tag => "2.2.1"
}

s.platform = :ios
s.source_files = 'STTweetLabel/STTweetLabel.{h,m}'
s.requires_arc = true
end

0 comments on commit 373aab0

Please sign in to comment.