Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
STTweetLabel 1.1.2
  • Loading branch information
Sebastien THIEBAUD committed Dec 24, 2012
1 parent 224e3e7 commit 75b2080
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions STTweetLabel/1.1.2/STTweetLabel.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "STTweetLabel"
s.version = "1.1.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 => "1.1.2"
}

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

0 comments on commit 75b2080

Please sign in to comment.