mirror of
https://github.com/zhigang1992/STTweetLabel.git
synced 2026-05-11 19:31:54 +08:00
Update podspec to 1.0.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "STTweetLabel"
|
||||
s.version = "1.0"
|
||||
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"
|
||||
|
||||
@@ -8,10 +8,10 @@ Pod::Spec.new do |s|
|
||||
s.author = { "Sebastien THIEBAUD" => "sebastien.thiebaud@supinfo.com" }
|
||||
s.source = {
|
||||
:git => "https://github.com/SebastienThiebaud/STTweetLabel.git",
|
||||
:tag => "1.0"
|
||||
:tag => "1.0.1"
|
||||
}
|
||||
|
||||
s.platform = :ios, '5.0'
|
||||
s.source_files = 'STTweetLabel/STTweetLabel.{h,m}'
|
||||
s.requires_arc = true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user