LICENSE file

This commit is contained in:
Sebastien THIEBAUD
2012-12-16 10:15:32 -08:00
parent 23d6031fc7
commit dc7af50dc1
2 changed files with 21 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "STTweetLabel"
s.version = "0.1"
s.version = "1.0"
s.summary = "A custom UILabel view controller for iOS with certain words tappable like Twitter."
s.homepage = "https://github.com/SebastienThiebaud/STTweetLabel"
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { "Sebastien THIEBAUD" => "sebastien.thiebaud@supinfo.com" }
s.source = {
:git => "https://github.com/SebastienThiebaud/STTweetLabel.git",
:tag => "0.1"
:tag => "1.0"
}
s.platform = :ios, '5.0'