Skip to content

Commit

Permalink
update TXScrollLabelView.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tingxins committed Nov 22, 2016
1 parent 107c46b commit c1625cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TXScrollLabelView.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

Pod::Spec.new do |s|
s.name = "TXScrollLabelView"
s.version = "1.1.1"
s.summary = "The best way to show & display such as adverts,boardcast,OnSale e.g. with a customView.(快速接入自定义滚动视图,可以做广告栏、广播栏等等展示)"
s.version = "1.1.2"
s.summary = "The best way to show & display such as adverts,boardcast,OnSale e.g. with a customView.(快速接入自定义标签滚动视图,可以做广告栏、广播栏等等展示)"
s.homepage = "https://github.com/tingxins/TXScrollLabelView"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "tingxins" => "tingxins@sina.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/tingxins/TXScrollLabelView.git", :tag => 'v1.1.1' }
s.source = { :git => "https://github.com/tingxins/TXScrollLabelView.git", :tag => 'v1.1.2' }
s.source_files = 'TXScrollLabelView/**/*.{h,m}'
s.requires_arc = true
end

0 comments on commit c1625cb

Please sign in to comment.