Skip to content

Commit

Permalink
STTweetLabel 1.1
Browse files Browse the repository at this point in the history
Updated protocol
  • Loading branch information
Sebastien THIEBAUD committed Dec 18, 2012
1 parent 3c04820 commit 9b42d14
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions STTweetLabel/1.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 = "1.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.1"
}

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

0 comments on commit 9b42d14

Please sign in to comment.